Shades of Black Russian #020204
Tints of Black Russian #020204
RGB
CMYK
RGB Variations
Color information
#020204 (or 0x020204) is known color: Black Russian. HEX triplet: 02, 02 and 04. RGB value is (2,2,4). Sum of RGB (Red+Green+Blue) = 2+2+4=8 (1% of max value = 765). Red value is 2 (1.17% from 255 or 25% from 8); Green value is 2 (1.17% from 255 or 25% from 8); Blue value is 4 (1.95% from 255 or 50% from 8); Max value from RGB is 4 - color contains mainly: blue. Hex color #020204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020204 is #FDFDFB. Grayscale: #020202. Windows color (decimal): -16645628 or 262658. OLE color: 262658.
HSL color Cylindrical-coordinate representation of color #020204: hue angle of 240º degrees, saturation: 0.33, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #020204 is Cyan = 0.5, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
RGB | 2 | 2 | 4 | - |
CMYK | 0.5 | 0.5 | 0 | 0.98 |
HSL | 240º | 0.33% | 0.01% | - |
HSV(B) | 240º | 0.5% | 0.02% | - |
XYZ | 0.07 | 0.07 | 0.12 | - |
YUV | 2.23 | 129 | 127.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 2 | 4 | 0.5 | 0.5 | 0 | 0.98 | 240 | 0.33 | 0.01 |
Hex | 2 | 2 | 4 | 32 | 32 | 0 | 62 | F0 | 21 | 1 |
Octal | 2 | 2 | 4 | 62 | 62 | 0 | 142 | 360 | 41 | 1 |
Binary | 10 | 10 | 100 | 110010 | 110010 | 0 | 1100010 | 11110000 | 100001 | 1 |
Color Harmonies of #020204
Complementary color
Monochromatic Colors of #020204
Black with #020204
Text Example
Text Example
White with #020204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020204; }
p { color: rgb(2,2,4); }
H1.HeaderClassName
{
color: #020204;
}
.AnyTagClassName
{
color: #020204;
}
</style>
background-color css
<style>
a { background-color: #020204; }
a { background-color: rgb(2,2,4); }
div.DivClassName
{
background-color: #020204;
}
.BgClassName
{
background-color: #020204;
}
</style>
border-color css
<style>
span { border-color: #020204; }
span { border-color: rgb(2,2,4); }
td.TdClassName
{
border-color: #020204;
}
.TagClassName
{
border-color: #020204;
}
</style>