Shades of Black Russian #000209
Tints of Black Russian #000209
RGB
CMYK
RGB Variations
Color information
#000209 (or 0x000209) is known color: Black Russian. HEX triplet: 00, 02 and 09. RGB value is (0,2,9). Sum of RGB (Red+Green+Blue) = 0+2+9=11 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 11); Green value is 2 (1.17% from 255 or 18.18% from 11); Blue value is 9 (3.91% from 255 or 81.82% from 11); Max value from RGB is 9 - color contains mainly: blue. Hex color #000209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000209 is #FFFDF6. Grayscale: #020202. Windows color (decimal): -16776695 or 590336. OLE color: 590336.
HSL color Cylindrical-coordinate representation of color #000209: hue angle of 226.67º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000209 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 0 | 2 | 9 | - |
| CMYK | 1 | 0.78 | 0 | 0.96 |
| HSL | 226.67º | 1% | 0.02% | - |
| HSV(B) | 226.67º | 1% | 0.04% | - |
| XYZ | 0.07 | 0.06 | 0.27 | - |
| YUV | 2.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 9 | 1 | 0.78 | 0 | 0.96 | 226.67 | 1 | 0.02 |
| Hex | 0 | 2 | 9 | 64 | 4E | 0 | 60 | E3 | 64 | 2 |
| Octal | 0 | 2 | 11 | 144 | 116 | 0 | 140 | 343 | 144 | 2 |
| Binary | 0 | 10 | 1001 | 1100100 | 1001110 | 0 | 1100000 | 11100011 | 1100100 | 10 |
Color Harmonies of #000209
Complementary color
Monochromatic Colors of #000209
Black with #000209
Text Example
Text Example
White with #000209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000209; }
p { color: rgb(0,2,9); }
H1.HeaderClassName
{
color: #000209;
}
.AnyTagClassName
{
color: #000209;
}
</style>
background-color css
<style>
a { background-color: #000209; }
a { background-color: rgb(0,2,9); }
div.DivClassName
{
background-color: #000209;
}
.BgClassName
{
background-color: #000209;
}
</style>
border-color css
<style>
span { border-color: #000209; }
span { border-color: rgb(0,2,9); }
td.TdClassName
{
border-color: #000209;
}
.TagClassName
{
border-color: #000209;
}
</style>