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