Shades of Black Russian #181D2F
Tints of Black Russian #181D2F
RGB
CMYK
RGB Variations
Color information
#181D2F (or 0x181D2F) is known color: Black Russian. HEX triplet: 18, 1D and 2F. RGB value is (24,29,47). Sum of RGB (Red+Green+Blue) = 24+29+47=100 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 47 - color contains mainly: blue. Hex color #181D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181D2F is #E7E2D0. Grayscale: #1D1D1D. Windows color (decimal): -15196881 or 3087640. OLE color: 3087640.
HSL color Cylindrical-coordinate representation of color #181D2F: hue angle of 226.96º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #181D2F is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 29 | 47 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.82 |
| HSL | 226.96º | 0.32% | 0.14% | - |
| HSV(B) | 226.96º | 0.49% | 0.18% | - |
| XYZ | 1.33 | 1.28 | 2.87 | - |
| YUV | 29.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 47 | 0.49 | 0.38 | 0 | 0.82 | 226.96 | 0.32 | 0.14 |
| Hex | 18 | 1D | 2F | 31 | 26 | 0 | 52 | E3 | 20 | E |
| Octal | 30 | 35 | 57 | 61 | 46 | 0 | 122 | 343 | 40 | 16 |
| Binary | 11000 | 11101 | 101111 | 110001 | 100110 | 0 | 1010010 | 11100011 | 100000 | 1110 |
Color Harmonies of #181D2F
Complementary color
Monochromatic Colors of #181D2F
Black with #181D2F
Text Example
Text Example
White with #181D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D2F; }
p { color: rgb(24,29,47); }
H1.HeaderClassName
{
color: #181D2F;
}
.AnyTagClassName
{
color: #181D2F;
}
</style>
background-color css
<style>
a { background-color: #181D2F; }
a { background-color: rgb(24,29,47); }
div.DivClassName
{
background-color: #181D2F;
}
.BgClassName
{
background-color: #181D2F;
}
</style>
border-color css
<style>
span { border-color: #181D2F; }
span { border-color: rgb(24,29,47); }
td.TdClassName
{
border-color: #181D2F;
}
.TagClassName
{
border-color: #181D2F;
}
</style>