Shades of Black Russian #0A0C29
Tints of Black Russian #0A0C29
RGB
CMYK
RGB Variations
Color information
#0A0C29 (or 0x0A0C29) is known color: Black Russian. HEX triplet: 0A, 0C and 29. RGB value is (10,12,41). Sum of RGB (Red+Green+Blue) = 10+12+41=63 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.87% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 41 (16.41% from 255 or 65.08% from 63); Max value from RGB is 41 - color contains mainly: blue. Hex color #0A0C29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0C29 is #F5F3D6. Grayscale: #0E0E0E. Windows color (decimal): -16118743 or 2690058. OLE color: 2690058.
HSL color Cylindrical-coordinate representation of color #0A0C29: hue angle of 236.13º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0A0C29 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 10 | 12 | 41 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.84 |
| HSL | 236.13º | 0.61% | 0.1% | - |
| HSV(B) | 236.13º | 0.76% | 0.16% | - |
| XYZ | 0.66 | 0.49 | 2.16 | - |
| YUV | 14.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 12 | 41 | 0.76 | 0.71 | 0 | 0.84 | 236.13 | 0.61 | 0.1 |
| Hex | A | C | 29 | 4C | 47 | 0 | 54 | EC | 3D | A |
| Octal | 12 | 14 | 51 | 114 | 107 | 0 | 124 | 354 | 75 | 12 |
| Binary | 1010 | 1100 | 101001 | 1001100 | 1000111 | 0 | 1010100 | 11101100 | 111101 | 1010 |
Color Harmonies of #0A0C29
Complementary color
Monochromatic Colors of #0A0C29
Black with #0A0C29
Text Example
Text Example
White with #0A0C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0C29; }
p { color: rgb(10,12,41); }
H1.HeaderClassName
{
color: #0A0C29;
}
.AnyTagClassName
{
color: #0A0C29;
}
</style>
background-color css
<style>
a { background-color: #0A0C29; }
a { background-color: rgb(10,12,41); }
div.DivClassName
{
background-color: #0A0C29;
}
.BgClassName
{
background-color: #0A0C29;
}
</style>
border-color css
<style>
span { border-color: #0A0C29; }
span { border-color: rgb(10,12,41); }
td.TdClassName
{
border-color: #0A0C29;
}
.TagClassName
{
border-color: #0A0C29;
}
</style>