Shades of Black Russian #181B24
Tints of Black Russian #181B24
RGB
CMYK
RGB Variations
Color information
#181B24 (or 0x181B24) is known color: Black Russian. HEX triplet: 18, 1B and 24. RGB value is (24,27,36). Sum of RGB (Red+Green+Blue) = 24+27+36=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 36 (14.45% from 255 or 41.38% from 87); Max value from RGB is 36 - color contains mainly: blue. Hex color #181B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181B24 is #E7E4DB. Grayscale: #1B1B1B. Windows color (decimal): -15197404 or 2366232. OLE color: 2366232.
HSL color Cylindrical-coordinate representation of color #181B24: hue angle of 225º 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 #181B24 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 24 | 27 | 36 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.86 |
| HSL | 225º | 0.2% | 0.12% | - |
| HSV(B) | 225º | 0.33% | 0.14% | - |
| XYZ | 1.09 | 1.11 | 1.83 | - |
| YUV | 27.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 36 | 0.33 | 0.25 | 0 | 0.86 | 225 | 0.2 | 0.12 |
| Hex | 18 | 1B | 24 | 21 | 19 | 0 | 56 | E1 | 14 | C |
| Octal | 30 | 33 | 44 | 41 | 31 | 0 | 126 | 341 | 24 | 14 |
| Binary | 11000 | 11011 | 100100 | 100001 | 11001 | 0 | 1010110 | 11100001 | 10100 | 1100 |
Color Harmonies of #181B24
Complementary color
Monochromatic Colors of #181B24
Black with #181B24
Text Example
Text Example
White with #181B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B24; }
p { color: rgb(24,27,36); }
H1.HeaderClassName
{
color: #181B24;
}
.AnyTagClassName
{
color: #181B24;
}
</style>
background-color css
<style>
a { background-color: #181B24; }
a { background-color: rgb(24,27,36); }
div.DivClassName
{
background-color: #181B24;
}
.BgClassName
{
background-color: #181B24;
}
</style>
border-color css
<style>
span { border-color: #181B24; }
span { border-color: rgb(24,27,36); }
td.TdClassName
{
border-color: #181B24;
}
.TagClassName
{
border-color: #181B24;
}
</style>