Shades of Black Russian #00010C
Tints of Black Russian #00010C
RGB
CMYK
RGB Variations
Color information
#00010C (or 0x00010C) is known color: Black Russian. HEX triplet: 00, 01 and 0C. RGB value is (0,1,12). Sum of RGB (Red+Green+Blue) = 0+1+12=13 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 13); Green value is 1 (0.78% from 255 or 7.69% from 13); Blue value is 12 (5.08% from 255 or 92.31% from 13); Max value from RGB is 12 - color contains mainly: blue. Hex color #00010C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00010C is #FFFEF3. Grayscale: #010101. Windows color (decimal): -16776948 or 786688. OLE color: 786688.
HSL color Cylindrical-coordinate representation of color #00010C: hue angle of 235º 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 #00010C is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 0 | 1 | 12 | - |
| CMYK | 1 | 0.92 | 0 | 0.95 |
| HSL | 235º | 1% | 0.02% | - |
| HSV(B) | 235º | 1% | 0.05% | - |
| XYZ | 0.08 | 0.05 | 0.35 | - |
| YUV | 1.96 | 133.67 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 12 | 1 | 0.92 | 0 | 0.95 | 235 | 1 | 0.02 |
| Hex | 0 | 1 | C | 64 | 5C | 0 | 5F | EB | 64 | 2 |
| Octal | 0 | 1 | 14 | 144 | 134 | 0 | 137 | 353 | 144 | 2 |
| Binary | 0 | 1 | 1100 | 1100100 | 1011100 | 0 | 1011111 | 11101011 | 1100100 | 10 |
Color Harmonies of #00010C
Complementary color
Monochromatic Colors of #00010C
Black with #00010C
Text Example
Text Example
White with #00010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00010C; }
p { color: rgb(0,1,12); }
H1.HeaderClassName
{
color: #00010C;
}
.AnyTagClassName
{
color: #00010C;
}
</style>
background-color css
<style>
a { background-color: #00010C; }
a { background-color: rgb(0,1,12); }
div.DivClassName
{
background-color: #00010C;
}
.BgClassName
{
background-color: #00010C;
}
</style>
border-color css
<style>
span { border-color: #00010C; }
span { border-color: rgb(0,1,12); }
td.TdClassName
{
border-color: #00010C;
}
.TagClassName
{
border-color: #00010C;
}
</style>