Shades of Black Russian #181D29
Tints of Black Russian #181D29
RGB
CMYK
RGB Variations
Color information
#181D29 (or 0x181D29) is known color: Black Russian. HEX triplet: 18, 1D and 29. RGB value is (24,29,41). Sum of RGB (Red+Green+Blue) = 24+29+41=94 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.53% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 41 (16.41% from 255 or 43.62% from 94); Max value from RGB is 41 - color contains mainly: blue. Hex color #181D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181D29 is #E7E2D6. Grayscale: #1C1C1C. Windows color (decimal): -15196887 or 2694424. OLE color: 2694424.
HSL color Cylindrical-coordinate representation of color #181D29: hue angle of 222.35º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #181D29 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 24 | 29 | 41 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.84 |
| HSL | 222.35º | 0.26% | 0.13% | - |
| HSV(B) | 222.35º | 0.41% | 0.16% | - |
| XYZ | 1.22 | 1.23 | 2.27 | - |
| YUV | 28.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 41 | 0.41 | 0.29 | 0 | 0.84 | 222.35 | 0.26 | 0.13 |
| Hex | 18 | 1D | 29 | 29 | 1D | 0 | 54 | DE | 1A | D |
| Octal | 30 | 35 | 51 | 51 | 35 | 0 | 124 | 336 | 32 | 15 |
| Binary | 11000 | 11101 | 101001 | 101001 | 11101 | 0 | 1010100 | 11011110 | 11010 | 1101 |
Color Harmonies of #181D29
Complementary color
Monochromatic Colors of #181D29
Black with #181D29
Text Example
Text Example
White with #181D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D29; }
p { color: rgb(24,29,41); }
H1.HeaderClassName
{
color: #181D29;
}
.AnyTagClassName
{
color: #181D29;
}
</style>
background-color css
<style>
a { background-color: #181D29; }
a { background-color: rgb(24,29,41); }
div.DivClassName
{
background-color: #181D29;
}
.BgClassName
{
background-color: #181D29;
}
</style>
border-color css
<style>
span { border-color: #181D29; }
span { border-color: rgb(24,29,41); }
td.TdClassName
{
border-color: #181D29;
}
.TagClassName
{
border-color: #181D29;
}
</style>