Shades of Black Russian #020814
Tints of Black Russian #020814
RGB
CMYK
RGB Variations
Color information
#020814 (or 0x020814) is known color: Black Russian. HEX triplet: 02, 08 and 14. RGB value is (2,8,20). Sum of RGB (Red+Green+Blue) = 2+8+20=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 8 (3.52% from 255 or 26.67% from 30); Blue value is 20 (8.20% from 255 or 66.67% from 30); Max value from RGB is 20 - color contains mainly: blue. Hex color #020814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020814 is #FDF7EB. Grayscale: #070707. Windows color (decimal): -16644076 or 1312770. OLE color: 1312770.
HSL color Cylindrical-coordinate representation of color #020814: hue angle of 220º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #020814 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 8 | 20 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.92 |
| HSL | 220º | 0.82% | 0.04% | - |
| HSV(B) | 220º | 0.9% | 0.08% | - |
| XYZ | 0.24 | 0.24 | 0.7 | - |
| YUV | 7.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 8 | 20 | 0.90 | 0.60 | 0 | 0.92 | 220 | 0.82 | 0.04 |
| Hex | 2 | 8 | 14 | 5A | 3C | 0 | 5C | DC | 52 | 4 |
| Octal | 2 | 10 | 24 | 132 | 74 | 0 | 134 | 334 | 122 | 4 |
| Binary | 10 | 1000 | 10100 | 1011010 | 111100 | 0 | 1011100 | 11011100 | 1010010 | 100 |
Color Harmonies of #020814
Complementary color
Monochromatic Colors of #020814
Black with #020814
Text Example
Text Example
White with #020814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020814; }
p { color: rgb(2,8,20); }
H1.HeaderClassName
{
color: #020814;
}
.AnyTagClassName
{
color: #020814;
}
</style>
background-color css
<style>
a { background-color: #020814; }
a { background-color: rgb(2,8,20); }
div.DivClassName
{
background-color: #020814;
}
.BgClassName
{
background-color: #020814;
}
</style>
border-color css
<style>
span { border-color: #020814; }
span { border-color: rgb(2,8,20); }
td.TdClassName
{
border-color: #020814;
}
.TagClassName
{
border-color: #020814;
}
</style>