Shades of Black Russian #181C2B
Tints of Black Russian #181C2B
RGB
CMYK
RGB Variations
Color information
#181C2B (or 0x181C2B) is known color: Black Russian. HEX triplet: 18, 1C and 2B. RGB value is (24,28,43). Sum of RGB (Red+Green+Blue) = 24+28+43=95 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.26% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 43 (17.19% from 255 or 45.26% from 95); Max value from RGB is 43 - color contains mainly: blue. Hex color #181C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181C2B is #E7E3D4. Grayscale: #1C1C1C. Windows color (decimal): -15197141 or 2825240. OLE color: 2825240.
HSL color Cylindrical-coordinate representation of color #181C2B: hue angle of 227.37º 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 #181C2B is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 28 | 43 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.83 |
| HSL | 227.37º | 0.28% | 0.13% | - |
| HSV(B) | 227.37º | 0.44% | 0.17% | - |
| XYZ | 1.23 | 1.2 | 2.45 | - |
| YUV | 28.51 | 136.17 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 43 | 0.44 | 0.35 | 0 | 0.83 | 227.37 | 0.28 | 0.13 |
| Hex | 18 | 1C | 2B | 2C | 23 | 0 | 53 | E3 | 1C | D |
| Octal | 30 | 34 | 53 | 54 | 43 | 0 | 123 | 343 | 34 | 15 |
| Binary | 11000 | 11100 | 101011 | 101100 | 100011 | 0 | 1010011 | 11100011 | 11100 | 1101 |
Color Harmonies of #181C2B
Complementary color
Monochromatic Colors of #181C2B
Black with #181C2B
Text Example
Text Example
White with #181C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181C2B; }
p { color: rgb(24,28,43); }
H1.HeaderClassName
{
color: #181C2B;
}
.AnyTagClassName
{
color: #181C2B;
}
</style>
background-color css
<style>
a { background-color: #181C2B; }
a { background-color: rgb(24,28,43); }
div.DivClassName
{
background-color: #181C2B;
}
.BgClassName
{
background-color: #181C2B;
}
</style>
border-color css
<style>
span { border-color: #181C2B; }
span { border-color: rgb(24,28,43); }
td.TdClassName
{
border-color: #181C2B;
}
.TagClassName
{
border-color: #181C2B;
}
</style>