Shades of Black Russian #181B20
Tints of Black Russian #181B20
RGB
CMYK
RGB Variations
Color information
#181B20 (or 0x181B20) is known color: Black Russian. HEX triplet: 18, 1B and 20. RGB value is (24,27,32). Sum of RGB (Red+Green+Blue) = 24+27+32=83 (10% of max value = 765). Red value is 24 (9.77% from 255 or 28.92% from 83); Green value is 27 (10.94% from 255 or 32.53% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 32 - color contains mainly: blue. Hex color #181B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181B20 is #E7E4DF. Grayscale: #1A1A1A. Windows color (decimal): -15197408 or 2104088. OLE color: 2104088.
HSL color Cylindrical-coordinate representation of color #181B20: hue angle of 217.5º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #181B20 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 24 | 27 | 32 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.87 |
| HSL | 217.5º | 0.14% | 0.11% | - |
| HSV(B) | 217.5º | 0.25% | 0.13% | - |
| XYZ | 1.03 | 1.08 | 1.52 | - |
| YUV | 26.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 32 | 0.25 | 0.16 | 0 | 0.87 | 217.5 | 0.14 | 0.11 |
| Hex | 18 | 1B | 20 | 19 | 10 | 0 | 57 | DA | E | B |
| Octal | 30 | 33 | 40 | 31 | 20 | 0 | 127 | 332 | 16 | 13 |
| Binary | 11000 | 11011 | 100000 | 11001 | 10000 | 0 | 1010111 | 11011010 | 1110 | 1011 |
Color Harmonies of #181B20
Complementary color
Monochromatic Colors of #181B20
Black with #181B20
Text Example
Text Example
White with #181B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B20; }
p { color: rgb(24,27,32); }
H1.HeaderClassName
{
color: #181B20;
}
.AnyTagClassName
{
color: #181B20;
}
</style>
background-color css
<style>
a { background-color: #181B20; }
a { background-color: rgb(24,27,32); }
div.DivClassName
{
background-color: #181B20;
}
.BgClassName
{
background-color: #181B20;
}
</style>
border-color css
<style>
span { border-color: #181B20; }
span { border-color: rgb(24,27,32); }
td.TdClassName
{
border-color: #181B20;
}
.TagClassName
{
border-color: #181B20;
}
</style>