Shades of Black Russian #181921
Tints of Black Russian #181921
RGB
CMYK
RGB Variations
Color information
#181921 (or 0x181921) is known color: Black Russian. HEX triplet: 18, 19 and 21. RGB value is (24,25,33). Sum of RGB (Red+Green+Blue) = 24+25+33=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 33 (13.28% from 255 or 40.24% from 82); Max value from RGB is 33 - color contains mainly: blue. Hex color #181921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181921 is #E7E6DE. Grayscale: #191919. Windows color (decimal): -15197919 or 2169112. OLE color: 2169112.
HSL color Cylindrical-coordinate representation of color #181921: hue angle of 233.33º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #181921 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 24 | 25 | 33 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.87 |
| HSL | 233.33º | 0.16% | 0.11% | - |
| HSV(B) | 233.33º | 0.27% | 0.13% | - |
| XYZ | 1 | 1 | 1.58 | - |
| YUV | 25.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 25 | 33 | 0.27 | 0.24 | 0 | 0.87 | 233.33 | 0.16 | 0.11 |
| Hex | 18 | 19 | 21 | 1B | 18 | 0 | 57 | E9 | 10 | B |
| Octal | 30 | 31 | 41 | 33 | 30 | 0 | 127 | 351 | 20 | 13 |
| Binary | 11000 | 11001 | 100001 | 11011 | 11000 | 0 | 1010111 | 11101001 | 10000 | 1011 |
Color Harmonies of #181921
Complementary color
Monochromatic Colors of #181921
Black with #181921
Text Example
Text Example
White with #181921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181921; }
p { color: rgb(24,25,33); }
H1.HeaderClassName
{
color: #181921;
}
.AnyTagClassName
{
color: #181921;
}
</style>
background-color css
<style>
a { background-color: #181921; }
a { background-color: rgb(24,25,33); }
div.DivClassName
{
background-color: #181921;
}
.BgClassName
{
background-color: #181921;
}
</style>
border-color css
<style>
span { border-color: #181921; }
span { border-color: rgb(24,25,33); }
td.TdClassName
{
border-color: #181921;
}
.TagClassName
{
border-color: #181921;
}
</style>