Shades of Black Russian #0E101F
Tints of Black Russian #0E101F
RGB
CMYK
RGB Variations
Color information
#0E101F (or 0x0E101F) is known color: Black Russian. HEX triplet: 0E, 10 and 1F. RGB value is (14,16,31). Sum of RGB (Red+Green+Blue) = 14+16+31=61 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.95% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 31 (12.5% from 255 or 50.82% from 61); Max value from RGB is 31 - color contains mainly: blue. Hex color #0E101F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E101F is #F1EFE0. Grayscale: #111111. Windows color (decimal): -15855585 or 2035726. OLE color: 2035726.
HSL color Cylindrical-coordinate representation of color #0E101F: hue angle of 232.94º 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 #0E101F is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 14 | 16 | 31 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.88 |
| HSL | 232.94º | 0.38% | 0.09% | - |
| HSV(B) | 232.94º | 0.55% | 0.12% | - |
| XYZ | 0.61 | 0.56 | 1.37 | - |
| YUV | 17.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 16 | 31 | 0.55 | 0.48 | 0 | 0.88 | 232.94 | 0.38 | 0.09 |
| Hex | E | 10 | 1F | 37 | 30 | 0 | 58 | E9 | 26 | 9 |
| Octal | 16 | 20 | 37 | 67 | 60 | 0 | 130 | 351 | 46 | 11 |
| Binary | 1110 | 10000 | 11111 | 110111 | 110000 | 0 | 1011000 | 11101001 | 100110 | 1001 |
Color Harmonies of #0E101F
Complementary color
Monochromatic Colors of #0E101F
Black with #0E101F
Text Example
Text Example
White with #0E101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E101F; }
p { color: rgb(14,16,31); }
H1.HeaderClassName
{
color: #0E101F;
}
.AnyTagClassName
{
color: #0E101F;
}
</style>
background-color css
<style>
a { background-color: #0E101F; }
a { background-color: rgb(14,16,31); }
div.DivClassName
{
background-color: #0E101F;
}
.BgClassName
{
background-color: #0E101F;
}
</style>
border-color css
<style>
span { border-color: #0E101F; }
span { border-color: rgb(14,16,31); }
td.TdClassName
{
border-color: #0E101F;
}
.TagClassName
{
border-color: #0E101F;
}
</style>