Shades of Black Russian #181A28
Tints of Black Russian #181A28
RGB
CMYK
RGB Variations
Color information
#181A28 (or 0x181A28) is known color: Black Russian. HEX triplet: 18, 1A and 28. RGB value is (24,26,40). Sum of RGB (Red+Green+Blue) = 24+26+40=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 40 (16.02% from 255 or 44.44% from 90); Max value from RGB is 40 - color contains mainly: blue. Hex color #181A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181A28 is #E7E5D7. Grayscale: #1A1A1A. Windows color (decimal): -15197656 or 2628120. OLE color: 2628120.
HSL color Cylindrical-coordinate representation of color #181A28: hue angle of 232.5º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #181A28 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 24 | 26 | 40 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.84 |
| HSL | 232.5º | 0.25% | 0.13% | - |
| HSV(B) | 232.5º | 0.4% | 0.16% | - |
| XYZ | 1.13 | 1.09 | 2.16 | - |
| YUV | 27 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 40 | 0.40 | 0.35 | 0 | 0.84 | 232.5 | 0.25 | 0.13 |
| Hex | 18 | 1A | 28 | 28 | 23 | 0 | 54 | E8 | 19 | D |
| Octal | 30 | 32 | 50 | 50 | 43 | 0 | 124 | 350 | 31 | 15 |
| Binary | 11000 | 11010 | 101000 | 101000 | 100011 | 0 | 1010100 | 11101000 | 11001 | 1101 |
Color Harmonies of #181A28
Complementary color
Monochromatic Colors of #181A28
Black with #181A28
Text Example
Text Example
White with #181A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181A28; }
p { color: rgb(24,26,40); }
H1.HeaderClassName
{
color: #181A28;
}
.AnyTagClassName
{
color: #181A28;
}
</style>
background-color css
<style>
a { background-color: #181A28; }
a { background-color: rgb(24,26,40); }
div.DivClassName
{
background-color: #181A28;
}
.BgClassName
{
background-color: #181A28;
}
</style>
border-color css
<style>
span { border-color: #181A28; }
span { border-color: rgb(24,26,40); }
td.TdClassName
{
border-color: #181A28;
}
.TagClassName
{
border-color: #181A28;
}
</style>