Shades of Black Russian #000C2A
Tints of Black Russian #000C2A
RGB
CMYK
RGB Variations
Color information
#000C2A (or 0x000C2A) is known color: Black Russian. HEX triplet: 00, 0C and 2A. RGB value is (0,12,42). Sum of RGB (Red+Green+Blue) = 0+12+42=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 12 (5.08% from 255 or 22.22% from 54); Blue value is 42 (16.80% from 255 or 77.78% from 54); Max value from RGB is 42 - color contains mainly: blue. Hex color #000C2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C2A is #FFF3D5. Grayscale: #0B0B0B. Windows color (decimal): -16774102 or 2755584. OLE color: 2755584.
HSL color Cylindrical-coordinate representation of color #000C2A: hue angle of 222.86º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C2A is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 12 | 42 | - |
| CMYK | 1 | 0.71 | 0 | 0.84 |
| HSL | 222.86º | 1% | 0.08% | - |
| HSV(B) | 222.86º | 1% | 0.16% | - |
| XYZ | 0.55 | 0.43 | 2.24 | - |
| YUV | 11.83 | 145.02 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 42 | 1 | 0.71 | 0 | 0.84 | 222.86 | 1 | 0.08 |
| Hex | 0 | C | 2A | 64 | 47 | 0 | 54 | DF | 64 | 8 |
| Octal | 0 | 14 | 52 | 144 | 107 | 0 | 124 | 337 | 144 | 10 |
| Binary | 0 | 1100 | 101010 | 1100100 | 1000111 | 0 | 1010100 | 11011111 | 1100100 | 1000 |
Color Harmonies of #000C2A
Complementary color
Monochromatic Colors of #000C2A
Black with #000C2A
Text Example
Text Example
White with #000C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C2A; }
p { color: rgb(0,12,42); }
H1.HeaderClassName
{
color: #000C2A;
}
.AnyTagClassName
{
color: #000C2A;
}
</style>
background-color css
<style>
a { background-color: #000C2A; }
a { background-color: rgb(0,12,42); }
div.DivClassName
{
background-color: #000C2A;
}
.BgClassName
{
background-color: #000C2A;
}
</style>
border-color css
<style>
span { border-color: #000C2A; }
span { border-color: rgb(0,12,42); }
td.TdClassName
{
border-color: #000C2A;
}
.TagClassName
{
border-color: #000C2A;
}
</style>