Shades of Black Russian #010C2A
Tints of Black Russian #010C2A
RGB
CMYK
RGB Variations
Color information
#010C2A (or 0x010C2A) is known color: Black Russian. HEX triplet: 01, 0C and 2A. RGB value is (1,12,42). Sum of RGB (Red+Green+Blue) = 1+12+42=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 12 (5.08% from 255 or 21.82% from 55); Blue value is 42 (16.80% from 255 or 76.36% from 55); Max value from RGB is 42 - color contains mainly: blue. Hex color #010C2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C2A is #FEF3D5. Grayscale: #0C0C0C. Windows color (decimal): -16708566 or 2755585. OLE color: 2755585.
HSL color Cylindrical-coordinate representation of color #010C2A: hue angle of 223.9º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010C2A is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 12 | 42 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.84 |
| HSL | 223.9º | 0.95% | 0.08% | - |
| HSV(B) | 223.9º | 0.98% | 0.16% | - |
| XYZ | 0.56 | 0.44 | 2.25 | - |
| YUV | 12.13 | 144.86 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 42 | 0.98 | 0.71 | 0 | 0.84 | 223.9 | 0.95 | 0.08 |
| Hex | 1 | C | 2A | 62 | 47 | 0 | 54 | E0 | 5F | 8 |
| Octal | 1 | 14 | 52 | 142 | 107 | 0 | 124 | 340 | 137 | 10 |
| Binary | 1 | 1100 | 101010 | 1100010 | 1000111 | 0 | 1010100 | 11100000 | 1011111 | 1000 |
Color Harmonies of #010C2A
Complementary color
Monochromatic Colors of #010C2A
Black with #010C2A
Text Example
Text Example
White with #010C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C2A; }
p { color: rgb(1,12,42); }
H1.HeaderClassName
{
color: #010C2A;
}
.AnyTagClassName
{
color: #010C2A;
}
</style>
background-color css
<style>
a { background-color: #010C2A; }
a { background-color: rgb(1,12,42); }
div.DivClassName
{
background-color: #010C2A;
}
.BgClassName
{
background-color: #010C2A;
}
</style>
border-color css
<style>
span { border-color: #010C2A; }
span { border-color: rgb(1,12,42); }
td.TdClassName
{
border-color: #010C2A;
}
.TagClassName
{
border-color: #010C2A;
}
</style>