Shades of Black Russian #0E0A1F
Tints of Black Russian #0E0A1F
RGB
CMYK
RGB Variations
Color information
#0E0A1F (or 0x0E0A1F) is known color: Black Russian. HEX triplet: 0E, 0A and 1F. RGB value is (14,10,31). Sum of RGB (Red+Green+Blue) = 14+10+31=55 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25.45% from 55); Green value is 10 (4.30% from 255 or 18.18% from 55); Blue value is 31 (12.5% from 255 or 56.36% from 55); Max value from RGB is 31 - color contains mainly: blue. Hex color #0E0A1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0A1F is #F1F5E0. Grayscale: #0D0D0D. Windows color (decimal): -15857121 or 2034190. OLE color: 2034190.
HSL color Cylindrical-coordinate representation of color #0E0A1F: hue angle of 251.43º degrees, saturation: 0.51, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0E0A1F is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 14 | 10 | 31 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.88 |
| HSL | 251.43º | 0.51% | 0.08% | - |
| HSV(B) | 251.43º | 0.68% | 0.12% | - |
| XYZ | 0.54 | 0.41 | 1.35 | - |
| YUV | 13.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 10 | 31 | 0.55 | 0.68 | 0 | 0.88 | 251.43 | 0.51 | 0.08 |
| Hex | E | A | 1F | 37 | 44 | 0 | 58 | FB | 33 | 8 |
| Octal | 16 | 12 | 37 | 67 | 104 | 0 | 130 | 373 | 63 | 10 |
| Binary | 1110 | 1010 | 11111 | 110111 | 1000100 | 0 | 1011000 | 11111011 | 110011 | 1000 |
Color Harmonies of #0E0A1F
Complementary color
Monochromatic Colors of #0E0A1F
Black with #0E0A1F
Text Example
Text Example
White with #0E0A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0A1F; }
p { color: rgb(14,10,31); }
H1.HeaderClassName
{
color: #0E0A1F;
}
.AnyTagClassName
{
color: #0E0A1F;
}
</style>
background-color css
<style>
a { background-color: #0E0A1F; }
a { background-color: rgb(14,10,31); }
div.DivClassName
{
background-color: #0E0A1F;
}
.BgClassName
{
background-color: #0E0A1F;
}
</style>
border-color css
<style>
span { border-color: #0E0A1F; }
span { border-color: rgb(14,10,31); }
td.TdClassName
{
border-color: #0E0A1F;
}
.TagClassName
{
border-color: #0E0A1F;
}
</style>