Shades of Black Russian #0A0E2F
Tints of Black Russian #0A0E2F
RGB
CMYK
RGB Variations
Color information
#0A0E2F (or 0x0A0E2F) is known color: Black Russian. HEX triplet: 0A, 0E and 2F. RGB value is (10,14,47). Sum of RGB (Red+Green+Blue) = 10+14+47=71 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.08% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 47 (18.75% from 255 or 66.20% from 71); Max value from RGB is 47 - color contains mainly: blue. Hex color #0A0E2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0E2F is #F5F1D0. Grayscale: #101010. Windows color (decimal): -16118225 or 3083786. OLE color: 3083786.
HSL color Cylindrical-coordinate representation of color #0A0E2F: hue angle of 233.51º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A0E2F is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 14 | 47 | - |
| CMYK | 0.79 | 0.70 | 0 | 0.82 |
| HSL | 233.51º | 0.65% | 0.11% | - |
| HSV(B) | 233.51º | 0.79% | 0.18% | - |
| XYZ | 0.8 | 0.58 | 2.76 | - |
| YUV | 16.57 | 145.17 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 14 | 47 | 0.79 | 0.70 | 0 | 0.82 | 233.51 | 0.65 | 0.11 |
| Hex | A | E | 2F | 4F | 46 | 0 | 52 | EA | 41 | B |
| Octal | 12 | 16 | 57 | 117 | 106 | 0 | 122 | 352 | 101 | 13 |
| Binary | 1010 | 1110 | 101111 | 1001111 | 1000110 | 0 | 1010010 | 11101010 | 1000001 | 1011 |
Color Harmonies of #0A0E2F
Complementary color
Monochromatic Colors of #0A0E2F
Black with #0A0E2F
Text Example
Text Example
White with #0A0E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0E2F; }
p { color: rgb(10,14,47); }
H1.HeaderClassName
{
color: #0A0E2F;
}
.AnyTagClassName
{
color: #0A0E2F;
}
</style>
background-color css
<style>
a { background-color: #0A0E2F; }
a { background-color: rgb(10,14,47); }
div.DivClassName
{
background-color: #0A0E2F;
}
.BgClassName
{
background-color: #0A0E2F;
}
</style>
border-color css
<style>
span { border-color: #0A0E2F; }
span { border-color: rgb(10,14,47); }
td.TdClassName
{
border-color: #0A0E2F;
}
.TagClassName
{
border-color: #0A0E2F;
}
</style>