Shades of Black Russian #02000C
Tints of Black Russian #02000C
RGB
CMYK
RGB Variations
Color information
#02000C (or 0x02000C) is known color: Black Russian. HEX triplet: 02, 00 and 0C. RGB value is (2,0,12). Sum of RGB (Red+Green+Blue) = 2+0+12=14 (1% of max value = 765). Red value is 2 (1.17% from 255 or 14.29% from 14); Green value is 0 (0.39% from 255 or 0% from 14); Blue value is 12 (5.08% from 255 or 85.71% from 14); Max value from RGB is 12 - color contains mainly: blue. Hex color #02000C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02000C is #FDFFF3. Grayscale: #010101. Windows color (decimal): -16646132 or 786434. OLE color: 786434.
HSL color Cylindrical-coordinate representation of color #02000C: hue angle of 250º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02000C is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 2 | 0 | 12 | - |
| CMYK | 0.83 | 1 | 0 | 0.95 |
| HSL | 250º | 1% | 0.02% | - |
| HSV(B) | 250º | 1% | 0.05% | - |
| XYZ | 0.09 | 0.04 | 0.35 | - |
| YUV | 1.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 12 | 0.83 | 1 | 0 | 0.95 | 250 | 1 | 0.02 |
| Hex | 2 | 0 | C | 53 | 64 | 0 | 5F | FA | 64 | 2 |
| Octal | 2 | 0 | 14 | 123 | 144 | 0 | 137 | 372 | 144 | 2 |
| Binary | 10 | 0 | 1100 | 1010011 | 1100100 | 0 | 1011111 | 11111010 | 1100100 | 10 |
Color Harmonies of #02000C
Complementary color
Monochromatic Colors of #02000C
Black with #02000C
Text Example
Text Example
White with #02000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02000C; }
p { color: rgb(2,0,12); }
H1.HeaderClassName
{
color: #02000C;
}
.AnyTagClassName
{
color: #02000C;
}
</style>
background-color css
<style>
a { background-color: #02000C; }
a { background-color: rgb(2,0,12); }
div.DivClassName
{
background-color: #02000C;
}
.BgClassName
{
background-color: #02000C;
}
</style>
border-color css
<style>
span { border-color: #02000C; }
span { border-color: rgb(2,0,12); }
td.TdClassName
{
border-color: #02000C;
}
.TagClassName
{
border-color: #02000C;
}
</style>