Shades of Black Russian #020C24
Tints of Black Russian #020C24
RGB
CMYK
RGB Variations
Color information
#020C24 (or 0x020C24) is known color: Black Russian. HEX triplet: 02, 0C and 24. RGB value is (2,12,36). Sum of RGB (Red+Green+Blue) = 2+12+36=50 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 36 (14.45% from 255 or 72% from 50); Max value from RGB is 36 - color contains mainly: blue. Hex color #020C24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020C24 is #FDF3DB. Grayscale: #0B0B0B. Windows color (decimal): -16643036 or 2362370. OLE color: 2362370.
HSL color Cylindrical-coordinate representation of color #020C24: hue angle of 222.35º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #020C24 is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 12 | 36 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.86 |
| HSL | 222.35º | 0.89% | 0.07% | - |
| HSV(B) | 222.35º | 0.94% | 0.14% | - |
| XYZ | 0.47 | 0.4 | 1.72 | - |
| YUV | 11.75 | 141.69 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 36 | 0.94 | 0.67 | 0 | 0.86 | 222.35 | 0.89 | 0.07 |
| Hex | 2 | C | 24 | 5E | 43 | 0 | 56 | DE | 59 | 7 |
| Octal | 2 | 14 | 44 | 136 | 103 | 0 | 126 | 336 | 131 | 7 |
| Binary | 10 | 1100 | 100100 | 1011110 | 1000011 | 0 | 1010110 | 11011110 | 1011001 | 111 |
Color Harmonies of #020C24
Complementary color
Monochromatic Colors of #020C24
Black with #020C24
Text Example
Text Example
White with #020C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C24; }
p { color: rgb(2,12,36); }
H1.HeaderClassName
{
color: #020C24;
}
.AnyTagClassName
{
color: #020C24;
}
</style>
background-color css
<style>
a { background-color: #020C24; }
a { background-color: rgb(2,12,36); }
div.DivClassName
{
background-color: #020C24;
}
.BgClassName
{
background-color: #020C24;
}
</style>
border-color css
<style>
span { border-color: #020C24; }
span { border-color: rgb(2,12,36); }
td.TdClassName
{
border-color: #020C24;
}
.TagClassName
{
border-color: #020C24;
}
</style>