Shades of Black Russian #0E0C28
Tints of Black Russian #0E0C28
RGB
CMYK
RGB Variations
Color information
#0E0C28 (or 0x0E0C28) is known color: Black Russian. HEX triplet: 0E, 0C and 28. RGB value is (14,12,40). Sum of RGB (Red+Green+Blue) = 14+12+40=66 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.21% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 40 (16.02% from 255 or 60.61% from 66); Max value from RGB is 40 - color contains mainly: blue. Hex color #0E0C28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0C28 is #F1F3D7. Grayscale: #0F0F0F. Windows color (decimal): -15856600 or 2624526. OLE color: 2624526.
HSL color Cylindrical-coordinate representation of color #0E0C28: hue angle of 244.29º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0E0C28 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 14 | 12 | 40 | - |
| CMYK | 0.65 | 0.70 | 0 | 0.84 |
| HSL | 244.29º | 0.54% | 0.1% | - |
| HSV(B) | 244.29º | 0.7% | 0.16% | - |
| XYZ | 0.7 | 0.51 | 2.07 | - |
| YUV | 15.79 | 141.66 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 12 | 40 | 0.65 | 0.70 | 0 | 0.84 | 244.29 | 0.54 | 0.1 |
| Hex | E | C | 28 | 41 | 46 | 0 | 54 | F4 | 36 | A |
| Octal | 16 | 14 | 50 | 101 | 106 | 0 | 124 | 364 | 66 | 12 |
| Binary | 1110 | 1100 | 101000 | 1000001 | 1000110 | 0 | 1010100 | 11110100 | 110110 | 1010 |
Color Harmonies of #0E0C28
Complementary color
Monochromatic Colors of #0E0C28
Black with #0E0C28
Text Example
Text Example
White with #0E0C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0C28; }
p { color: rgb(14,12,40); }
H1.HeaderClassName
{
color: #0E0C28;
}
.AnyTagClassName
{
color: #0E0C28;
}
</style>
background-color css
<style>
a { background-color: #0E0C28; }
a { background-color: rgb(14,12,40); }
div.DivClassName
{
background-color: #0E0C28;
}
.BgClassName
{
background-color: #0E0C28;
}
</style>
border-color css
<style>
span { border-color: #0E0C28; }
span { border-color: rgb(14,12,40); }
td.TdClassName
{
border-color: #0E0C28;
}
.TagClassName
{
border-color: #0E0C28;
}
</style>