Shades of Black Russian #0E0F2D
Tints of Black Russian #0E0F2D
RGB
CMYK
RGB Variations
Color information
#0E0F2D (or 0x0E0F2D) is known color: Black Russian. HEX triplet: 0E, 0F and 2D. RGB value is (14,15,45). Sum of RGB (Red+Green+Blue) = 14+15+45=74 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.92% from 74); Green value is 15 (6.25% from 255 or 20.27% from 74); Blue value is 45 (17.97% from 255 or 60.81% from 74); Max value from RGB is 45 - color contains mainly: blue. Hex color #0E0F2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0F2D is #F1F0D2. Grayscale: #121212. Windows color (decimal): -15855827 or 2952974. OLE color: 2952974.
HSL color Cylindrical-coordinate representation of color #0E0F2D: hue angle of 238.06º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0E0F2D is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 14 | 15 | 45 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.82 |
| HSL | 238.06º | 0.53% | 0.12% | - |
| HSV(B) | 238.06º | 0.69% | 0.18% | - |
| XYZ | 0.83 | 0.62 | 2.56 | - |
| YUV | 18.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 15 | 45 | 0.69 | 0.67 | 0 | 0.82 | 238.06 | 0.53 | 0.12 |
| Hex | E | F | 2D | 45 | 43 | 0 | 52 | EE | 35 | C |
| Octal | 16 | 17 | 55 | 105 | 103 | 0 | 122 | 356 | 65 | 14 |
| Binary | 1110 | 1111 | 101101 | 1000101 | 1000011 | 0 | 1010010 | 11101110 | 110101 | 1100 |
Color Harmonies of #0E0F2D
Complementary color
Monochromatic Colors of #0E0F2D
Black with #0E0F2D
Text Example
Text Example
White with #0E0F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0F2D; }
p { color: rgb(14,15,45); }
H1.HeaderClassName
{
color: #0E0F2D;
}
.AnyTagClassName
{
color: #0E0F2D;
}
</style>
background-color css
<style>
a { background-color: #0E0F2D; }
a { background-color: rgb(14,15,45); }
div.DivClassName
{
background-color: #0E0F2D;
}
.BgClassName
{
background-color: #0E0F2D;
}
</style>
border-color css
<style>
span { border-color: #0E0F2D; }
span { border-color: rgb(14,15,45); }
td.TdClassName
{
border-color: #0E0F2D;
}
.TagClassName
{
border-color: #0E0F2D;
}
</style>