Shades of Black Russian #181A2B
Tints of Black Russian #181A2B
RGB
CMYK
RGB Variations
Color information
#181A2B (or 0x181A2B) is known color: Black Russian. HEX triplet: 18, 1A and 2B. RGB value is (24,26,43). Sum of RGB (Red+Green+Blue) = 24+26+43=93 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.81% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 43 (17.19% from 255 or 46.24% from 93); Max value from RGB is 43 - color contains mainly: blue. Hex color #181A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181A2B is #E7E5D4. Grayscale: #1B1B1B. Windows color (decimal): -15197653 or 2824728. OLE color: 2824728.
HSL color Cylindrical-coordinate representation of color #181A2B: hue angle of 233.68º 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 #181A2B is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 26 | 43 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.83 |
| HSL | 233.68º | 0.28% | 0.13% | - |
| HSV(B) | 233.68º | 0.44% | 0.17% | - |
| XYZ | 1.18 | 1.11 | 2.44 | - |
| YUV | 27.34 | 136.84 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 43 | 0.44 | 0.40 | 0 | 0.83 | 233.68 | 0.28 | 0.13 |
| Hex | 18 | 1A | 2B | 2C | 28 | 0 | 53 | EA | 1C | D |
| Octal | 30 | 32 | 53 | 54 | 50 | 0 | 123 | 352 | 34 | 15 |
| Binary | 11000 | 11010 | 101011 | 101100 | 101000 | 0 | 1010011 | 11101010 | 11100 | 1101 |
Color Harmonies of #181A2B
Complementary color
Monochromatic Colors of #181A2B
Black with #181A2B
Text Example
Text Example
White with #181A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181A2B; }
p { color: rgb(24,26,43); }
H1.HeaderClassName
{
color: #181A2B;
}
.AnyTagClassName
{
color: #181A2B;
}
</style>
background-color css
<style>
a { background-color: #181A2B; }
a { background-color: rgb(24,26,43); }
div.DivClassName
{
background-color: #181A2B;
}
.BgClassName
{
background-color: #181A2B;
}
</style>
border-color css
<style>
span { border-color: #181A2B; }
span { border-color: rgb(24,26,43); }
td.TdClassName
{
border-color: #181A2B;
}
.TagClassName
{
border-color: #181A2B;
}
</style>