Shades of Black Russian #181D26
Tints of Black Russian #181D26
RGB
CMYK
RGB Variations
Color information
#181D26 (or 0x181D26) is known color: Black Russian. HEX triplet: 18, 1D and 26. RGB value is (24,29,38). Sum of RGB (Red+Green+Blue) = 24+29+38=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 38 (15.23% from 255 or 41.76% from 91); Max value from RGB is 38 - color contains mainly: blue. Hex color #181D26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181D26 is #E7E2D9. Grayscale: #1C1C1C. Windows color (decimal): -15196890 or 2497816. OLE color: 2497816.
HSL color Cylindrical-coordinate representation of color #181D26: hue angle of 218.57º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #181D26 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 29 | 38 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.85 |
| HSL | 218.57º | 0.23% | 0.12% | - |
| HSV(B) | 218.57º | 0.37% | 0.15% | - |
| XYZ | 1.17 | 1.21 | 2.01 | - |
| YUV | 28.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 38 | 0.37 | 0.24 | 0 | 0.85 | 218.57 | 0.23 | 0.12 |
| Hex | 18 | 1D | 26 | 25 | 18 | 0 | 55 | DB | 17 | C |
| Octal | 30 | 35 | 46 | 45 | 30 | 0 | 125 | 333 | 27 | 14 |
| Binary | 11000 | 11101 | 100110 | 100101 | 11000 | 0 | 1010101 | 11011011 | 10111 | 1100 |
Color Harmonies of #181D26
Complementary color
Monochromatic Colors of #181D26
Black with #181D26
Text Example
Text Example
White with #181D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D26; }
p { color: rgb(24,29,38); }
H1.HeaderClassName
{
color: #181D26;
}
.AnyTagClassName
{
color: #181D26;
}
</style>
background-color css
<style>
a { background-color: #181D26; }
a { background-color: rgb(24,29,38); }
div.DivClassName
{
background-color: #181D26;
}
.BgClassName
{
background-color: #181D26;
}
</style>
border-color css
<style>
span { border-color: #181D26; }
span { border-color: rgb(24,29,38); }
td.TdClassName
{
border-color: #181D26;
}
.TagClassName
{
border-color: #181D26;
}
</style>