Shades of Black Russian #0A032C
Tints of Black Russian #0A032C
RGB
CMYK
RGB Variations
Color information
#0A032C (or 0x0A032C) is known color: Black Russian. HEX triplet: 0A, 03 and 2C. RGB value is (10,3,44). Sum of RGB (Red+Green+Blue) = 10+3+44=57 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.54% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 44 (17.58% from 255 or 77.19% from 57); Max value from RGB is 44 - color contains mainly: blue. Hex color #0A032C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A032C is #F5FCD3. Grayscale: #090909. Windows color (decimal): -16121044 or 2884362. OLE color: 2884362.
HSL color Cylindrical-coordinate representation of color #0A032C: hue angle of 250.24º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A032C is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 10 | 3 | 44 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.83 |
| HSL | 250.24º | 0.87% | 0.09% | - |
| HSV(B) | 250.24º | 0.93% | 0.17% | - |
| XYZ | 0.61 | 0.31 | 2.41 | - |
| YUV | 9.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 3 | 44 | 0.77 | 0.93 | 0 | 0.83 | 250.24 | 0.87 | 0.09 |
| Hex | A | 3 | 2C | 4D | 5D | 0 | 53 | FA | 57 | 9 |
| Octal | 12 | 3 | 54 | 115 | 135 | 0 | 123 | 372 | 127 | 11 |
| Binary | 1010 | 11 | 101100 | 1001101 | 1011101 | 0 | 1010011 | 11111010 | 1010111 | 1001 |
Color Harmonies of #0A032C
Complementary color
Monochromatic Colors of #0A032C
Black with #0A032C
Text Example
Text Example
White with #0A032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A032C; }
p { color: rgb(10,3,44); }
H1.HeaderClassName
{
color: #0A032C;
}
.AnyTagClassName
{
color: #0A032C;
}
</style>
background-color css
<style>
a { background-color: #0A032C; }
a { background-color: rgb(10,3,44); }
div.DivClassName
{
background-color: #0A032C;
}
.BgClassName
{
background-color: #0A032C;
}
</style>
border-color css
<style>
span { border-color: #0A032C; }
span { border-color: rgb(10,3,44); }
td.TdClassName
{
border-color: #0A032C;
}
.TagClassName
{
border-color: #0A032C;
}
</style>