Shades of Black Russian #0A031E
Tints of Black Russian #0A031E
RGB
CMYK
RGB Variations
Color information
#0A031E (or 0x0A031E) is known color: Black Russian. HEX triplet: 0A, 03 and 1E. RGB value is (10,3,30). Sum of RGB (Red+Green+Blue) = 10+3+30=43 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.26% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 30 (12.11% from 255 or 69.77% from 43); Max value from RGB is 30 - color contains mainly: blue. Hex color #0A031E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A031E is #F5FCE1. Grayscale: #080808. Windows color (decimal): -16121058 or 1966858. OLE color: 1966858.
HSL color Cylindrical-coordinate representation of color #0A031E: hue angle of 255.56º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A031E is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 10 | 3 | 30 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.88 |
| HSL | 255.56º | 0.82% | 0.06% | - |
| HSV(B) | 255.56º | 0.9% | 0.12% | - |
| XYZ | 0.39 | 0.22 | 1.25 | - |
| YUV | 8.17 | 140.32 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 3 | 30 | 0.67 | 0.90 | 0 | 0.88 | 255.56 | 0.82 | 0.06 |
| Hex | A | 3 | 1E | 43 | 5A | 0 | 58 | 100 | 52 | 6 |
| Octal | 12 | 3 | 36 | 103 | 132 | 0 | 130 | 400 | 122 | 6 |
| Binary | 1010 | 11 | 11110 | 1000011 | 1011010 | 0 | 1011000 | 100000000 | 1010010 | 110 |
Color Harmonies of #0A031E
Complementary color
Monochromatic Colors of #0A031E
Black with #0A031E
Text Example
Text Example
White with #0A031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A031E; }
p { color: rgb(10,3,30); }
H1.HeaderClassName
{
color: #0A031E;
}
.AnyTagClassName
{
color: #0A031E;
}
</style>
background-color css
<style>
a { background-color: #0A031E; }
a { background-color: rgb(10,3,30); }
div.DivClassName
{
background-color: #0A031E;
}
.BgClassName
{
background-color: #0A031E;
}
</style>
border-color css
<style>
span { border-color: #0A031E; }
span { border-color: rgb(10,3,30); }
td.TdClassName
{
border-color: #0A031E;
}
.TagClassName
{
border-color: #0A031E;
}
</style>