Shades of Black Russian #0A032D
Tints of Black Russian #0A032D
RGB
CMYK
RGB Variations
Color information
#0A032D (or 0x0A032D) is known color: Black Russian. HEX triplet: 0A, 03 and 2D. RGB value is (10,3,45). Sum of RGB (Red+Green+Blue) = 10+3+45=58 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.24% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 45 (17.97% from 255 or 77.59% from 58); Max value from RGB is 45 - color contains mainly: blue. Hex color #0A032D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A032D is #F5FCD2. Grayscale: #090909. Windows color (decimal): -16121043 or 2949898. OLE color: 2949898.
HSL color Cylindrical-coordinate representation of color #0A032D: hue angle of 250º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A032D is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 3 | 45 | - |
| CMYK | 0.78 | 0.93 | 0 | 0.82 |
| HSL | 250º | 0.88% | 0.09% | - |
| HSV(B) | 250º | 0.93% | 0.18% | - |
| XYZ | 0.63 | 0.32 | 2.51 | - |
| YUV | 9.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 3 | 45 | 0.78 | 0.93 | 0 | 0.82 | 250 | 0.88 | 0.09 |
| Hex | A | 3 | 2D | 4E | 5D | 0 | 52 | FA | 58 | 9 |
| Octal | 12 | 3 | 55 | 116 | 135 | 0 | 122 | 372 | 130 | 11 |
| Binary | 1010 | 11 | 101101 | 1001110 | 1011101 | 0 | 1010010 | 11111010 | 1011000 | 1001 |
Color Harmonies of #0A032D
Complementary color
Monochromatic Colors of #0A032D
Black with #0A032D
Text Example
Text Example
White with #0A032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A032D; }
p { color: rgb(10,3,45); }
H1.HeaderClassName
{
color: #0A032D;
}
.AnyTagClassName
{
color: #0A032D;
}
</style>
background-color css
<style>
a { background-color: #0A032D; }
a { background-color: rgb(10,3,45); }
div.DivClassName
{
background-color: #0A032D;
}
.BgClassName
{
background-color: #0A032D;
}
</style>
border-color css
<style>
span { border-color: #0A032D; }
span { border-color: rgb(10,3,45); }
td.TdClassName
{
border-color: #0A032D;
}
.TagClassName
{
border-color: #0A032D;
}
</style>