Shades of Black Russian #020E24
Tints of Black Russian #020E24
RGB
CMYK
RGB Variations
Color information
#020E24 (or 0x020E24) is known color: Black Russian. HEX triplet: 02, 0E and 24. RGB value is (2,14,36). Sum of RGB (Red+Green+Blue) = 2+14+36=52 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.85% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 36 (14.45% from 255 or 69.23% from 52); Max value from RGB is 36 - color contains mainly: blue. Hex color #020E24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E24 is #FDF1DB. Grayscale: #0C0C0C. Windows color (decimal): -16642524 or 2362882. OLE color: 2362882.
HSL color Cylindrical-coordinate representation of color #020E24: hue angle of 218.82º 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 #020E24 is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 14 | 36 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.86 |
| HSL | 218.82º | 0.89% | 0.07% | - |
| HSV(B) | 218.82º | 0.94% | 0.14% | - |
| XYZ | 0.5 | 0.45 | 1.73 | - |
| YUV | 12.92 | 141.02 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 36 | 0.94 | 0.61 | 0 | 0.86 | 218.82 | 0.89 | 0.07 |
| Hex | 2 | E | 24 | 5E | 3D | 0 | 56 | DB | 59 | 7 |
| Octal | 2 | 16 | 44 | 136 | 75 | 0 | 126 | 333 | 131 | 7 |
| Binary | 10 | 1110 | 100100 | 1011110 | 111101 | 0 | 1010110 | 11011011 | 1011001 | 111 |
Color Harmonies of #020E24
Complementary color
Monochromatic Colors of #020E24
Black with #020E24
Text Example
Text Example
White with #020E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E24; }
p { color: rgb(2,14,36); }
H1.HeaderClassName
{
color: #020E24;
}
.AnyTagClassName
{
color: #020E24;
}
</style>
background-color css
<style>
a { background-color: #020E24; }
a { background-color: rgb(2,14,36); }
div.DivClassName
{
background-color: #020E24;
}
.BgClassName
{
background-color: #020E24;
}
</style>
border-color css
<style>
span { border-color: #020E24; }
span { border-color: rgb(2,14,36); }
td.TdClassName
{
border-color: #020E24;
}
.TagClassName
{
border-color: #020E24;
}
</style>