Shades of Black Russian #020824
Tints of Black Russian #020824
RGB
CMYK
RGB Variations
Color information
#020824 (or 0x020824) is known color: Black Russian. HEX triplet: 02, 08 and 24. RGB value is (2,8,36). Sum of RGB (Red+Green+Blue) = 2+8+36=46 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.35% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 36 (14.45% from 255 or 78.26% from 46); Max value from RGB is 36 - color contains mainly: blue. Hex color #020824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020824 is #FDF7DB. Grayscale: #090909. Windows color (decimal): -16644060 or 2361346. OLE color: 2361346.
HSL color Cylindrical-coordinate representation of color #020824: hue angle of 229.41º 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 #020824 is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 8 | 36 | - |
| CMYK | 0.94 | 0.78 | 0 | 0.86 |
| HSL | 229.41º | 0.89% | 0.07% | - |
| HSV(B) | 229.41º | 0.94% | 0.14% | - |
| XYZ | 0.43 | 0.31 | 1.71 | - |
| YUV | 9.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 8 | 36 | 0.94 | 0.78 | 0 | 0.86 | 229.41 | 0.89 | 0.07 |
| Hex | 2 | 8 | 24 | 5E | 4E | 0 | 56 | E5 | 59 | 7 |
| Octal | 2 | 10 | 44 | 136 | 116 | 0 | 126 | 345 | 131 | 7 |
| Binary | 10 | 1000 | 100100 | 1011110 | 1001110 | 0 | 1010110 | 11100101 | 1011001 | 111 |
Color Harmonies of #020824
Complementary color
Monochromatic Colors of #020824
Black with #020824
Text Example
Text Example
White with #020824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020824; }
p { color: rgb(2,8,36); }
H1.HeaderClassName
{
color: #020824;
}
.AnyTagClassName
{
color: #020824;
}
</style>
background-color css
<style>
a { background-color: #020824; }
a { background-color: rgb(2,8,36); }
div.DivClassName
{
background-color: #020824;
}
.BgClassName
{
background-color: #020824;
}
</style>
border-color css
<style>
span { border-color: #020824; }
span { border-color: rgb(2,8,36); }
td.TdClassName
{
border-color: #020824;
}
.TagClassName
{
border-color: #020824;
}
</style>