Shades of Black Russian #0E0D28
Tints of Black Russian #0E0D28
RGB
CMYK
RGB Variations
Color information
#0E0D28 (or 0x0E0D28) is known color: Black Russian. HEX triplet: 0E, 0D and 28. RGB value is (14,13,40). Sum of RGB (Red+Green+Blue) = 14+13+40=67 (8% of max value = 765). Red value is 14 (5.86% from 255 or 20.90% from 67); Green value is 13 (5.47% from 255 or 19.40% from 67); Blue value is 40 (16.02% from 255 or 59.70% from 67); Max value from RGB is 40 - color contains mainly: blue. Hex color #0E0D28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0D28 is #F1F2D7. Grayscale: #101010. Windows color (decimal): -15856344 or 2624782. OLE color: 2624782.
HSL color Cylindrical-coordinate representation of color #0E0D28: hue angle of 242.22º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0E0D28 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 14 | 13 | 40 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.84 |
| HSL | 242.22º | 0.51% | 0.1% | - |
| HSV(B) | 242.22º | 0.68% | 0.16% | - |
| XYZ | 0.71 | 0.53 | 2.07 | - |
| YUV | 16.38 | 141.33 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 13 | 40 | 0.65 | 0.67 | 0 | 0.84 | 242.22 | 0.51 | 0.1 |
| Hex | E | D | 28 | 41 | 43 | 0 | 54 | F2 | 33 | A |
| Octal | 16 | 15 | 50 | 101 | 103 | 0 | 124 | 362 | 63 | 12 |
| Binary | 1110 | 1101 | 101000 | 1000001 | 1000011 | 0 | 1010100 | 11110010 | 110011 | 1010 |
Color Harmonies of #0E0D28
Complementary color
Monochromatic Colors of #0E0D28
Black with #0E0D28
Text Example
Text Example
White with #0E0D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0D28; }
p { color: rgb(14,13,40); }
H1.HeaderClassName
{
color: #0E0D28;
}
.AnyTagClassName
{
color: #0E0D28;
}
</style>
background-color css
<style>
a { background-color: #0E0D28; }
a { background-color: rgb(14,13,40); }
div.DivClassName
{
background-color: #0E0D28;
}
.BgClassName
{
background-color: #0E0D28;
}
</style>
border-color css
<style>
span { border-color: #0E0D28; }
span { border-color: rgb(14,13,40); }
td.TdClassName
{
border-color: #0E0D28;
}
.TagClassName
{
border-color: #0E0D28;
}
</style>