Shades of Black Russian #000E28
Tints of Black Russian #000E28
RGB
CMYK
RGB Variations
Color information
#000E28 (or 0x000E28) is known color: Black Russian. HEX triplet: 00, 0E and 28. RGB value is (0,14,40). Sum of RGB (Red+Green+Blue) = 0+14+40=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 40 (16.02% from 255 or 74.07% from 54); Max value from RGB is 40 - color contains mainly: blue. Hex color #000E28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000E28 is #FFF1D7. Grayscale: #0C0C0C. Windows color (decimal): -16773592 or 2625024. OLE color: 2625024.
HSL color Cylindrical-coordinate representation of color #000E28: hue angle of 219º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E28 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 14 | 40 | - |
| CMYK | 1 | 0.65 | 0 | 0.84 |
| HSL | 219º | 1% | 0.08% | - |
| HSV(B) | 219º | 1% | 0.16% | - |
| XYZ | 0.54 | 0.47 | 2.07 | - |
| YUV | 12.78 | 143.36 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 40 | 1 | 0.65 | 0 | 0.84 | 219 | 1 | 0.08 |
| Hex | 0 | E | 28 | 64 | 41 | 0 | 54 | DB | 64 | 8 |
| Octal | 0 | 16 | 50 | 144 | 101 | 0 | 124 | 333 | 144 | 10 |
| Binary | 0 | 1110 | 101000 | 1100100 | 1000001 | 0 | 1010100 | 11011011 | 1100100 | 1000 |
Color Harmonies of #000E28
Complementary color
Monochromatic Colors of #000E28
Black with #000E28
Text Example
Text Example
White with #000E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E28; }
p { color: rgb(0,14,40); }
H1.HeaderClassName
{
color: #000E28;
}
.AnyTagClassName
{
color: #000E28;
}
</style>
background-color css
<style>
a { background-color: #000E28; }
a { background-color: rgb(0,14,40); }
div.DivClassName
{
background-color: #000E28;
}
.BgClassName
{
background-color: #000E28;
}
</style>
border-color css
<style>
span { border-color: #000E28; }
span { border-color: rgb(0,14,40); }
td.TdClassName
{
border-color: #000E28;
}
.TagClassName
{
border-color: #000E28;
}
</style>