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