Shades of Black Russian #181E2B
Tints of Black Russian #181E2B
RGB
CMYK
RGB Variations
Color information
#181E2B (or 0x181E2B) is known color: Black Russian. HEX triplet: 18, 1E and 2B. RGB value is (24,30,43). Sum of RGB (Red+Green+Blue) = 24+30+43=97 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.74% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 43 (17.19% from 255 or 44.33% from 97); Max value from RGB is 43 - color contains mainly: blue. Hex color #181E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181E2B is #E7E1D4. Grayscale: #1D1D1D. Windows color (decimal): -15196629 or 2825752. OLE color: 2825752.
HSL color Cylindrical-coordinate representation of color #181E2B: hue angle of 221.05º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #181E2B is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 30 | 43 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.83 |
| HSL | 221.05º | 0.28% | 0.13% | - |
| HSV(B) | 221.05º | 0.44% | 0.17% | - |
| XYZ | 1.28 | 1.3 | 2.47 | - |
| YUV | 29.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 43 | 0.44 | 0.30 | 0 | 0.83 | 221.05 | 0.28 | 0.13 |
| Hex | 18 | 1E | 2B | 2C | 1E | 0 | 53 | DD | 1C | D |
| Octal | 30 | 36 | 53 | 54 | 36 | 0 | 123 | 335 | 34 | 15 |
| Binary | 11000 | 11110 | 101011 | 101100 | 11110 | 0 | 1010011 | 11011101 | 11100 | 1101 |
Color Harmonies of #181E2B
Complementary color
Monochromatic Colors of #181E2B
Black with #181E2B
Text Example
Text Example
White with #181E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181E2B; }
p { color: rgb(24,30,43); }
H1.HeaderClassName
{
color: #181E2B;
}
.AnyTagClassName
{
color: #181E2B;
}
</style>
background-color css
<style>
a { background-color: #181E2B; }
a { background-color: rgb(24,30,43); }
div.DivClassName
{
background-color: #181E2B;
}
.BgClassName
{
background-color: #181E2B;
}
</style>
border-color css
<style>
span { border-color: #181E2B; }
span { border-color: rgb(24,30,43); }
td.TdClassName
{
border-color: #181E2B;
}
.TagClassName
{
border-color: #181E2B;
}
</style>