Shades of Black Russian #0A0429
Tints of Black Russian #0A0429
RGB
CMYK
RGB Variations
Color information
#0A0429 (or 0x0A0429) is known color: Black Russian. HEX triplet: 0A, 04 and 29. RGB value is (10,4,41). Sum of RGB (Red+Green+Blue) = 10+4+41=55 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.18% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 41 (16.41% from 255 or 74.55% from 55); Max value from RGB is 41 - color contains mainly: blue. Hex color #0A0429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0429 is #F5FBD6. Grayscale: #090909. Windows color (decimal): -16120791 or 2688010. OLE color: 2688010.
HSL color Cylindrical-coordinate representation of color #0A0429: hue angle of 249.73º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A0429 is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 10 | 4 | 41 | - |
| CMYK | 0.76 | 0.90 | 0 | 0.84 |
| HSL | 249.73º | 0.82% | 0.09% | - |
| HSV(B) | 249.73º | 0.9% | 0.16% | - |
| XYZ | 0.57 | 0.31 | 2.13 | - |
| YUV | 10.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 4 | 41 | 0.76 | 0.90 | 0 | 0.84 | 249.73 | 0.82 | 0.09 |
| Hex | A | 4 | 29 | 4C | 5A | 0 | 54 | FA | 52 | 9 |
| Octal | 12 | 4 | 51 | 114 | 132 | 0 | 124 | 372 | 122 | 11 |
| Binary | 1010 | 100 | 101001 | 1001100 | 1011010 | 0 | 1010100 | 11111010 | 1010010 | 1001 |
Color Harmonies of #0A0429
Complementary color
Monochromatic Colors of #0A0429
Black with #0A0429
Text Example
Text Example
White with #0A0429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0429; }
p { color: rgb(10,4,41); }
H1.HeaderClassName
{
color: #0A0429;
}
.AnyTagClassName
{
color: #0A0429;
}
</style>
background-color css
<style>
a { background-color: #0A0429; }
a { background-color: rgb(10,4,41); }
div.DivClassName
{
background-color: #0A0429;
}
.BgClassName
{
background-color: #0A0429;
}
</style>
border-color css
<style>
span { border-color: #0A0429; }
span { border-color: rgb(10,4,41); }
td.TdClassName
{
border-color: #0A0429;
}
.TagClassName
{
border-color: #0A0429;
}
</style>