Shades of Black Russian #181824
Tints of Black Russian #181824
RGB
CMYK
RGB Variations
Color information
#181824 (or 0x181824) is known color: Black Russian. HEX triplet: 18, 18 and 24. RGB value is (24,24,36). Sum of RGB (Red+Green+Blue) = 24+24+36=84 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.57% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 36 (14.45% from 255 or 42.86% from 84); Max value from RGB is 36 - color contains mainly: blue. Hex color #181824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181824 is #E7E7DB. Grayscale: #191919. Windows color (decimal): -15198172 or 2365464. OLE color: 2365464.
HSL color Cylindrical-coordinate representation of color #181824: hue angle of 240º degrees, saturation: 0.2, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #181824 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 24 | 24 | 36 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.86 |
| HSL | 240º | 0.2% | 0.12% | - |
| HSV(B) | 240º | 0.33% | 0.14% | - |
| XYZ | 1.02 | 0.97 | 1.8 | - |
| YUV | 25.37 | 134 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 24 | 36 | 0.33 | 0.33 | 0 | 0.86 | 240 | 0.2 | 0.12 |
| Hex | 18 | 18 | 24 | 21 | 21 | 0 | 56 | F0 | 14 | C |
| Octal | 30 | 30 | 44 | 41 | 41 | 0 | 126 | 360 | 24 | 14 |
| Binary | 11000 | 11000 | 100100 | 100001 | 100001 | 0 | 1010110 | 11110000 | 10100 | 1100 |
Color Harmonies of #181824
Complementary color
Monochromatic Colors of #181824
Black with #181824
Text Example
Text Example
White with #181824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181824; }
p { color: rgb(24,24,36); }
H1.HeaderClassName
{
color: #181824;
}
.AnyTagClassName
{
color: #181824;
}
</style>
background-color css
<style>
a { background-color: #181824; }
a { background-color: rgb(24,24,36); }
div.DivClassName
{
background-color: #181824;
}
.BgClassName
{
background-color: #181824;
}
</style>
border-color css
<style>
span { border-color: #181824; }
span { border-color: rgb(24,24,36); }
td.TdClassName
{
border-color: #181824;
}
.TagClassName
{
border-color: #181824;
}
</style>