Shades of Black Russian #18181E
Tints of Black Russian #18181E
RGB
CMYK
RGB Variations
Color information
#18181E (or 0x18181E) is known color: Black Russian. HEX triplet: 18, 18 and 1E. RGB value is (24,24,30). Sum of RGB (Red+Green+Blue) = 24+24+30=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 30 - color contains mainly: blue. Hex color #18181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18181E is #E7E7E1. Grayscale: #181818. Windows color (decimal): -15198178 or 1972248. OLE color: 1972248.
HSL color Cylindrical-coordinate representation of color #18181E: hue angle of 240º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #18181E is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
RGB | 24 | 24 | 30 | - |
CMYK | 0.20 | 0.20 | 0 | 0.88 |
HSL | 240º | 0.11% | 0.11% | - |
HSV(B) | 240º | 0.2% | 0.12% | - |
XYZ | 0.94 | 0.94 | 1.36 | - |
YUV | 24.68 | 131 | 127.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 24 | 30 | 0.20 | 0.20 | 0 | 0.88 | 240 | 0.11 | 0.11 |
Hex | 18 | 18 | 1E | 14 | 14 | 0 | 58 | F0 | B | B |
Octal | 30 | 30 | 36 | 24 | 24 | 0 | 130 | 360 | 13 | 13 |
Binary | 11000 | 11000 | 11110 | 10100 | 10100 | 0 | 1011000 | 11110000 | 1011 | 1011 |
Color Harmonies of #18181E
Complementary color
Monochromatic Colors of #18181E
Black with #18181E
Text Example
Text Example
White with #18181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18181E; }
p { color: rgb(24,24,30); }
H1.HeaderClassName
{
color: #18181E;
}
.AnyTagClassName
{
color: #18181E;
}
</style>
background-color css
<style>
a { background-color: #18181E; }
a { background-color: rgb(24,24,30); }
div.DivClassName
{
background-color: #18181E;
}
.BgClassName
{
background-color: #18181E;
}
</style>
border-color css
<style>
span { border-color: #18181E; }
span { border-color: rgb(24,24,30); }
td.TdClassName
{
border-color: #18181E;
}
.TagClassName
{
border-color: #18181E;
}
</style>