Shades of Black Russian #0E0B2F
Tints of Black Russian #0E0B2F
RGB
CMYK
RGB Variations
Color information
#0E0B2F (or 0x0E0B2F) is known color: Black Russian. HEX triplet: 0E, 0B and 2F. RGB value is (14,11,47). Sum of RGB (Red+Green+Blue) = 14+11+47=72 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.44% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 47 (18.75% from 255 or 65.28% from 72); Max value from RGB is 47 - color contains mainly: blue. Hex color #0E0B2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0B2F is #F1F4D0. Grayscale: #0F0F0F. Windows color (decimal): -15856849 or 3083022. OLE color: 3083022.
HSL color Cylindrical-coordinate representation of color #0E0B2F: hue angle of 245º degrees, saturation: 0.62, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E0B2F is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 14 | 11 | 47 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.82 |
| HSL | 245º | 0.62% | 0.11% | - |
| HSV(B) | 245º | 0.77% | 0.18% | - |
| XYZ | 0.81 | 0.54 | 2.75 | - |
| YUV | 16 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 11 | 47 | 0.70 | 0.77 | 0 | 0.82 | 245 | 0.62 | 0.11 |
| Hex | E | B | 2F | 46 | 4D | 0 | 52 | F5 | 3E | B |
| Octal | 16 | 13 | 57 | 106 | 115 | 0 | 122 | 365 | 76 | 13 |
| Binary | 1110 | 1011 | 101111 | 1000110 | 1001101 | 0 | 1010010 | 11110101 | 111110 | 1011 |
Color Harmonies of #0E0B2F
Complementary color
Monochromatic Colors of #0E0B2F
Black with #0E0B2F
Text Example
Text Example
White with #0E0B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0B2F; }
p { color: rgb(14,11,47); }
H1.HeaderClassName
{
color: #0E0B2F;
}
.AnyTagClassName
{
color: #0E0B2F;
}
</style>
background-color css
<style>
a { background-color: #0E0B2F; }
a { background-color: rgb(14,11,47); }
div.DivClassName
{
background-color: #0E0B2F;
}
.BgClassName
{
background-color: #0E0B2F;
}
</style>
border-color css
<style>
span { border-color: #0E0B2F; }
span { border-color: rgb(14,11,47); }
td.TdClassName
{
border-color: #0E0B2F;
}
.TagClassName
{
border-color: #0E0B2F;
}
</style>