Shades of Black Russian #0A031F
Tints of Black Russian #0A031F
RGB
CMYK
RGB Variations
Color information
#0A031F (or 0x0A031F) is known color: Black Russian. HEX triplet: 0A, 03 and 1F. RGB value is (10,3,31). Sum of RGB (Red+Green+Blue) = 10+3+31=44 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.73% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 31 (12.5% from 255 or 70.45% from 44); Max value from RGB is 31 - color contains mainly: blue. Hex color #0A031F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A031F is #F5FCE0. Grayscale: #080808. Windows color (decimal): -16121057 or 2032394. OLE color: 2032394.
HSL color Cylindrical-coordinate representation of color #0A031F: hue angle of 255º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A031F is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 10 | 3 | 31 | - |
| CMYK | 0.68 | 0.90 | 0 | 0.88 |
| HSL | 255º | 0.82% | 0.07% | - |
| HSV(B) | 255º | 0.9% | 0.12% | - |
| XYZ | 0.41 | 0.23 | 1.32 | - |
| YUV | 8.29 | 140.82 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 3 | 31 | 0.68 | 0.90 | 0 | 0.88 | 255 | 0.82 | 0.07 |
| Hex | A | 3 | 1F | 44 | 5A | 0 | 58 | FF | 52 | 7 |
| Octal | 12 | 3 | 37 | 104 | 132 | 0 | 130 | 377 | 122 | 7 |
| Binary | 1010 | 11 | 11111 | 1000100 | 1011010 | 0 | 1011000 | 11111111 | 1010010 | 111 |
Color Harmonies of #0A031F
Complementary color
Monochromatic Colors of #0A031F
Black with #0A031F
Text Example
Text Example
White with #0A031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A031F; }
p { color: rgb(10,3,31); }
H1.HeaderClassName
{
color: #0A031F;
}
.AnyTagClassName
{
color: #0A031F;
}
</style>
background-color css
<style>
a { background-color: #0A031F; }
a { background-color: rgb(10,3,31); }
div.DivClassName
{
background-color: #0A031F;
}
.BgClassName
{
background-color: #0A031F;
}
</style>
border-color css
<style>
span { border-color: #0A031F; }
span { border-color: rgb(10,3,31); }
td.TdClassName
{
border-color: #0A031F;
}
.TagClassName
{
border-color: #0A031F;
}
</style>