Shades of Black Russian #181819
Tints of Black Russian #181819
RGB
CMYK
RGB Variations
Color information
#181819 (or 0x181819) is known color: Black Russian. HEX triplet: 18, 18 and 19. RGB value is (24,24,25). Sum of RGB (Red+Green+Blue) = 24+24+25=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 24 (9.77% from 255 or 32.88% from 73); Blue value is 25 (10.16% from 255 or 34.25% from 73); Max value from RGB is 25 - color contains mainly: blue. Hex color #181819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181819 is #E7E7E6. Grayscale: #181818. Windows color (decimal): -15198183 or 1644568. OLE color: 1644568.
HSL color Cylindrical-coordinate representation of color #181819: hue angle of 240º degrees, saturation: 0.02, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #181819 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
RGB | 24 | 24 | 25 | - |
CMYK | 0.04 | 0.04 | 0 | 0.90 |
HSL | 240º | 0.02% | 0.1% | - |
HSV(B) | 240º | 0.04% | 0.1% | - |
XYZ | 0.88 | 0.92 | 1.05 | - |
YUV | 24.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 24 | 25 | 0.04 | 0.04 | 0 | 0.90 | 240 | 0.02 | 0.1 |
Hex | 18 | 18 | 19 | 4 | 4 | 0 | 5A | F0 | 2 | A |
Octal | 30 | 30 | 31 | 4 | 4 | 0 | 132 | 360 | 2 | 12 |
Binary | 11000 | 11000 | 11001 | 100 | 100 | 0 | 1011010 | 11110000 | 10 | 1010 |
Color Harmonies of #181819
Complementary color
Monochromatic Colors of #181819
Black with #181819
Text Example
Text Example
White with #181819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181819; }
p { color: rgb(24,24,25); }
H1.HeaderClassName
{
color: #181819;
}
.AnyTagClassName
{
color: #181819;
}
</style>
background-color css
<style>
a { background-color: #181819; }
a { background-color: rgb(24,24,25); }
div.DivClassName
{
background-color: #181819;
}
.BgClassName
{
background-color: #181819;
}
</style>
border-color css
<style>
span { border-color: #181819; }
span { border-color: rgb(24,24,25); }
td.TdClassName
{
border-color: #181819;
}
.TagClassName
{
border-color: #181819;
}
</style>