Shades of Black Russian #181927
Tints of Black Russian #181927
RGB
CMYK
RGB Variations
Color information
#181927 (or 0x181927) is known color: Black Russian. HEX triplet: 18, 19 and 27. RGB value is (24,25,39). Sum of RGB (Red+Green+Blue) = 24+25+39=88 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.27% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 39 (15.62% from 255 or 44.32% from 88); Max value from RGB is 39 - color contains mainly: blue. Hex color #181927 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181927 is #E7E6D8. Grayscale: #1A1A1A. Windows color (decimal): -15197913 or 2562328. OLE color: 2562328.
HSL color Cylindrical-coordinate representation of color #181927: hue angle of 236º degrees, saturation: 0.24, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #181927 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 25 | 39 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.85 |
| HSL | 236º | 0.24% | 0.12% | - |
| HSV(B) | 236º | 0.38% | 0.15% | - |
| XYZ | 1.09 | 1.04 | 2.06 | - |
| YUV | 26.3 | 135.17 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 25 | 39 | 0.38 | 0.36 | 0 | 0.85 | 236 | 0.24 | 0.12 |
| Hex | 18 | 19 | 27 | 26 | 24 | 0 | 55 | EC | 18 | C |
| Octal | 30 | 31 | 47 | 46 | 44 | 0 | 125 | 354 | 30 | 14 |
| Binary | 11000 | 11001 | 100111 | 100110 | 100100 | 0 | 1010101 | 11101100 | 11000 | 1100 |
Color Harmonies of #181927
Complementary color
Monochromatic Colors of #181927
Black with #181927
Text Example
Text Example
White with #181927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181927; }
p { color: rgb(24,25,39); }
H1.HeaderClassName
{
color: #181927;
}
.AnyTagClassName
{
color: #181927;
}
</style>
background-color css
<style>
a { background-color: #181927; }
a { background-color: rgb(24,25,39); }
div.DivClassName
{
background-color: #181927;
}
.BgClassName
{
background-color: #181927;
}
</style>
border-color css
<style>
span { border-color: #181927; }
span { border-color: rgb(24,25,39); }
td.TdClassName
{
border-color: #181927;
}
.TagClassName
{
border-color: #181927;
}
</style>