Shades of Black Russian #0A1129
Tints of Black Russian #0A1129
RGB
CMYK
RGB Variations
Color information
#0A1129 (or 0x0A1129) is known color: Black Russian. HEX triplet: 0A, 11 and 29. RGB value is (10,17,41). Sum of RGB (Red+Green+Blue) = 10+17+41=68 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.71% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 41 (16.41% from 255 or 60.29% from 68); Max value from RGB is 41 - color contains mainly: blue. Hex color #0A1129 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1129 is #F5EED6. Grayscale: #111111. Windows color (decimal): -16117463 or 2691338. OLE color: 2691338.
HSL color Cylindrical-coordinate representation of color #0A1129: hue angle of 226.45º 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 #0A1129 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 10 | 17 | 41 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.84 |
| HSL | 226.45º | 0.61% | 0.1% | - |
| HSV(B) | 226.45º | 0.76% | 0.16% | - |
| XYZ | 0.73 | 0.63 | 2.18 | - |
| YUV | 17.64 | 141.18 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 17 | 41 | 0.76 | 0.59 | 0 | 0.84 | 226.45 | 0.61 | 0.1 |
| Hex | A | 11 | 29 | 4C | 3B | 0 | 54 | E2 | 3D | A |
| Octal | 12 | 21 | 51 | 114 | 73 | 0 | 124 | 342 | 75 | 12 |
| Binary | 1010 | 10001 | 101001 | 1001100 | 111011 | 0 | 1010100 | 11100010 | 111101 | 1010 |
Color Harmonies of #0A1129
Complementary color
Monochromatic Colors of #0A1129
Black with #0A1129
Text Example
Text Example
White with #0A1129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1129; }
p { color: rgb(10,17,41); }
H1.HeaderClassName
{
color: #0A1129;
}
.AnyTagClassName
{
color: #0A1129;
}
</style>
background-color css
<style>
a { background-color: #0A1129; }
a { background-color: rgb(10,17,41); }
div.DivClassName
{
background-color: #0A1129;
}
.BgClassName
{
background-color: #0A1129;
}
</style>
border-color css
<style>
span { border-color: #0A1129; }
span { border-color: rgb(10,17,41); }
td.TdClassName
{
border-color: #0A1129;
}
.TagClassName
{
border-color: #0A1129;
}
</style>