Shades of Blackcurrant #36003D
Tints of Blackcurrant #36003D
RGB
CMYK
RGB Variations
Color information
#36003D (or 0x36003D) is known color: Blackcurrant. HEX triplet: 36, 00 and 3D. RGB value is (54,0,61). Sum of RGB (Red+Green+Blue) = 54+0+61=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #36003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36003D is #C9FFC2. Grayscale: #161616. Windows color (decimal): -13238211 or 3997750. OLE color: 3997750.
HSL color Cylindrical-coordinate representation of color #36003D: hue angle of 293.11º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #36003D is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 0 | 61 | - |
| CMYK | 0.11 | 1 | 0 | 0.76 |
| HSL | 293.11º | 1% | 0.12% | - |
| HSV(B) | 293.11º | 1% | 0.24% | - |
| XYZ | 2.36 | 1.12 | 4.51 | - |
| YUV | 23.1 | 149.39 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 61 | 0.11 | 1 | 0 | 0.76 | 293.11 | 1 | 0.12 |
| Hex | 36 | 0 | 3D | B | 64 | 0 | 4C | 125 | 64 | C |
| Octal | 66 | 0 | 75 | 13 | 144 | 0 | 114 | 445 | 144 | 14 |
| Binary | 110110 | 0 | 111101 | 1011 | 1100100 | 0 | 1001100 | 100100101 | 1100100 | 1100 |
Color Harmonies of #36003D
Complementary color
Monochromatic Colors of #36003D
Black with #36003D
Text Example
Text Example
White with #36003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36003D; }
p { color: rgb(54,0,61); }
H1.HeaderClassName
{
color: #36003D;
}
.AnyTagClassName
{
color: #36003D;
}
</style>
background-color css
<style>
a { background-color: #36003D; }
a { background-color: rgb(54,0,61); }
div.DivClassName
{
background-color: #36003D;
}
.BgClassName
{
background-color: #36003D;
}
</style>
border-color css
<style>
span { border-color: #36003D; }
span { border-color: rgb(54,0,61); }
td.TdClassName
{
border-color: #36003D;
}
.TagClassName
{
border-color: #36003D;
}
</style>