Shades of Black Russian #0E0B2D
Tints of Black Russian #0E0B2D
RGB
CMYK
RGB Variations
Color information
#0E0B2D (or 0x0E0B2D) is known color: Black Russian. HEX triplet: 0E, 0B and 2D. RGB value is (14,11,45). Sum of RGB (Red+Green+Blue) = 14+11+45=70 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20% from 70); Green value is 11 (4.69% from 255 or 15.71% from 70); Blue value is 45 (17.97% from 255 or 64.29% from 70); Max value from RGB is 45 - color contains mainly: blue. Hex color #0E0B2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0B2D is #F1F4D2. Grayscale: #0F0F0F. Windows color (decimal): -15856851 or 2951950. OLE color: 2951950.
HSL color Cylindrical-coordinate representation of color #0E0B2D: hue angle of 245.29º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0E0B2D is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 14 | 11 | 45 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.82 |
| HSL | 245.29º | 0.61% | 0.11% | - |
| HSV(B) | 245.29º | 0.76% | 0.18% | - |
| XYZ | 0.77 | 0.52 | 2.54 | - |
| YUV | 15.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 11 | 45 | 0.69 | 0.76 | 0 | 0.82 | 245.29 | 0.61 | 0.11 |
| Hex | E | B | 2D | 45 | 4C | 0 | 52 | F5 | 3D | B |
| Octal | 16 | 13 | 55 | 105 | 114 | 0 | 122 | 365 | 75 | 13 |
| Binary | 1110 | 1011 | 101101 | 1000101 | 1001100 | 0 | 1010010 | 11110101 | 111101 | 1011 |
Color Harmonies of #0E0B2D
Complementary color
Monochromatic Colors of #0E0B2D
Black with #0E0B2D
Text Example
Text Example
White with #0E0B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0B2D; }
p { color: rgb(14,11,45); }
H1.HeaderClassName
{
color: #0E0B2D;
}
.AnyTagClassName
{
color: #0E0B2D;
}
</style>
background-color css
<style>
a { background-color: #0E0B2D; }
a { background-color: rgb(14,11,45); }
div.DivClassName
{
background-color: #0E0B2D;
}
.BgClassName
{
background-color: #0E0B2D;
}
</style>
border-color css
<style>
span { border-color: #0E0B2D; }
span { border-color: rgb(14,11,45); }
td.TdClassName
{
border-color: #0E0B2D;
}
.TagClassName
{
border-color: #0E0B2D;
}
</style>