Shades of Black Russian #100E24
Tints of Black Russian #100E24
RGB
CMYK
RGB Variations
Color information
#100E24 (or 0x100E24) is known color: Black Russian. HEX triplet: 10, 0E and 24. RGB value is (16,14,36). Sum of RGB (Red+Green+Blue) = 16+14+36=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 14 (5.86% from 255 or 21.21% from 66); Blue value is 36 (14.45% from 255 or 54.55% from 66); Max value from RGB is 36 - color contains mainly: blue. Hex color #100E24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100E24 is #EFF1DB. Grayscale: #111111. Windows color (decimal): -15725020 or 2362896. OLE color: 2362896.
HSL color Cylindrical-coordinate representation of color #100E24: hue angle of 245.45º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #100E24 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 16 | 14 | 36 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.86 |
| HSL | 245.45º | 0.44% | 0.1% | - |
| HSV(B) | 245.45º | 0.61% | 0.14% | - |
| XYZ | 0.69 | 0.55 | 1.74 | - |
| YUV | 17.11 | 138.66 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 14 | 36 | 0.56 | 0.61 | 0 | 0.86 | 245.45 | 0.44 | 0.1 |
| Hex | 10 | E | 24 | 38 | 3D | 0 | 56 | F5 | 2C | A |
| Octal | 20 | 16 | 44 | 70 | 75 | 0 | 126 | 365 | 54 | 12 |
| Binary | 10000 | 1110 | 100100 | 111000 | 111101 | 0 | 1010110 | 11110101 | 101100 | 1010 |
Color Harmonies of #100E24
Complementary color
Monochromatic Colors of #100E24
Black with #100E24
Text Example
Text Example
White with #100E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100E24; }
p { color: rgb(16,14,36); }
H1.HeaderClassName
{
color: #100E24;
}
.AnyTagClassName
{
color: #100E24;
}
</style>
background-color css
<style>
a { background-color: #100E24; }
a { background-color: rgb(16,14,36); }
div.DivClassName
{
background-color: #100E24;
}
.BgClassName
{
background-color: #100E24;
}
</style>
border-color css
<style>
span { border-color: #100E24; }
span { border-color: rgb(16,14,36); }
td.TdClassName
{
border-color: #100E24;
}
.TagClassName
{
border-color: #100E24;
}
</style>