Shades of Black Russian #0E0F1F
Tints of Black Russian #0E0F1F
RGB
CMYK
RGB Variations
Color information
#0E0F1F (or 0x0E0F1F) is known color: Black Russian. HEX triplet: 0E, 0F and 1F. RGB value is (14,15,31). Sum of RGB (Red+Green+Blue) = 14+15+31=60 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.33% from 60); Green value is 15 (6.25% from 255 or 25% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #0E0F1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0F1F is #F1F0E0. Grayscale: #101010. Windows color (decimal): -15855841 or 2035470. OLE color: 2035470.
HSL color Cylindrical-coordinate representation of color #0E0F1F: hue angle of 236.47º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0E0F1F is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 14 | 15 | 31 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.88 |
| HSL | 236.47º | 0.38% | 0.09% | - |
| HSV(B) | 236.47º | 0.55% | 0.12% | - |
| XYZ | 0.6 | 0.53 | 1.37 | - |
| YUV | 16.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 15 | 31 | 0.55 | 0.52 | 0 | 0.88 | 236.47 | 0.38 | 0.09 |
| Hex | E | F | 1F | 37 | 34 | 0 | 58 | EC | 26 | 9 |
| Octal | 16 | 17 | 37 | 67 | 64 | 0 | 130 | 354 | 46 | 11 |
| Binary | 1110 | 1111 | 11111 | 110111 | 110100 | 0 | 1011000 | 11101100 | 100110 | 1001 |
Color Harmonies of #0E0F1F
Complementary color
Monochromatic Colors of #0E0F1F
Black with #0E0F1F
Text Example
Text Example
White with #0E0F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0F1F; }
p { color: rgb(14,15,31); }
H1.HeaderClassName
{
color: #0E0F1F;
}
.AnyTagClassName
{
color: #0E0F1F;
}
</style>
background-color css
<style>
a { background-color: #0E0F1F; }
a { background-color: rgb(14,15,31); }
div.DivClassName
{
background-color: #0E0F1F;
}
.BgClassName
{
background-color: #0E0F1F;
}
</style>
border-color css
<style>
span { border-color: #0E0F1F; }
span { border-color: rgb(14,15,31); }
td.TdClassName
{
border-color: #0E0F1F;
}
.TagClassName
{
border-color: #0E0F1F;
}
</style>