Shades of Black Russian #00020C
Tints of Black Russian #00020C
RGB
CMYK
RGB Variations
Color information
#00020C (or 0x00020C) is known color: Black Russian. HEX triplet: 00, 02 and 0C. RGB value is (0,2,12). Sum of RGB (Red+Green+Blue) = 0+2+12=14 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 14); Green value is 2 (1.17% from 255 or 14.29% 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 #00020C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00020C is #FFFDF3. Grayscale: #020202. Windows color (decimal): -16776692 or 786944. OLE color: 786944.
HSL color Cylindrical-coordinate representation of color #00020C: hue angle of 230º 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 #00020C is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 0 | 2 | 12 | - |
| CMYK | 1 | 0.83 | 0 | 0.95 |
| HSL | 230º | 1% | 0.02% | - |
| HSV(B) | 230º | 1% | 0.05% | - |
| XYZ | 0.09 | 0.07 | 0.36 | - |
| YUV | 2.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 12 | 1 | 0.83 | 0 | 0.95 | 230 | 1 | 0.02 |
| Hex | 0 | 2 | C | 64 | 53 | 0 | 5F | E6 | 64 | 2 |
| Octal | 0 | 2 | 14 | 144 | 123 | 0 | 137 | 346 | 144 | 2 |
| Binary | 0 | 10 | 1100 | 1100100 | 1010011 | 0 | 1011111 | 11100110 | 1100100 | 10 |
Color Harmonies of #00020C
Complementary color
Monochromatic Colors of #00020C
Black with #00020C
Text Example
Text Example
White with #00020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00020C; }
p { color: rgb(0,2,12); }
H1.HeaderClassName
{
color: #00020C;
}
.AnyTagClassName
{
color: #00020C;
}
</style>
background-color css
<style>
a { background-color: #00020C; }
a { background-color: rgb(0,2,12); }
div.DivClassName
{
background-color: #00020C;
}
.BgClassName
{
background-color: #00020C;
}
</style>
border-color css
<style>
span { border-color: #00020C; }
span { border-color: rgb(0,2,12); }
td.TdClassName
{
border-color: #00020C;
}
.TagClassName
{
border-color: #00020C;
}
</style>