Shades of Black Russian #181C27
Tints of Black Russian #181C27
RGB
CMYK
RGB Variations
Color information
#181C27 (or 0x181C27) is known color: Black Russian. HEX triplet: 18, 1C and 27. RGB value is (24,28,39). Sum of RGB (Red+Green+Blue) = 24+28+39=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 39 - color contains mainly: blue. Hex color #181C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181C27 is #E7E3D8. Grayscale: #1C1C1C. Windows color (decimal): -15197145 or 2563096. OLE color: 2563096.
HSL color Cylindrical-coordinate representation of color #181C27: hue angle of 224º 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 #181C27 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 28 | 39 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.85 |
| HSL | 224º | 0.24% | 0.12% | - |
| HSV(B) | 224º | 0.38% | 0.15% | - |
| XYZ | 1.16 | 1.17 | 2.08 | - |
| YUV | 28.06 | 134.17 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 39 | 0.38 | 0.28 | 0 | 0.85 | 224 | 0.24 | 0.12 |
| Hex | 18 | 1C | 27 | 26 | 1C | 0 | 55 | E0 | 18 | C |
| Octal | 30 | 34 | 47 | 46 | 34 | 0 | 125 | 340 | 30 | 14 |
| Binary | 11000 | 11100 | 100111 | 100110 | 11100 | 0 | 1010101 | 11100000 | 11000 | 1100 |
Color Harmonies of #181C27
Complementary color
Monochromatic Colors of #181C27
Black with #181C27
Text Example
Text Example
White with #181C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181C27; }
p { color: rgb(24,28,39); }
H1.HeaderClassName
{
color: #181C27;
}
.AnyTagClassName
{
color: #181C27;
}
</style>
background-color css
<style>
a { background-color: #181C27; }
a { background-color: rgb(24,28,39); }
div.DivClassName
{
background-color: #181C27;
}
.BgClassName
{
background-color: #181C27;
}
</style>
border-color css
<style>
span { border-color: #181C27; }
span { border-color: rgb(24,28,39); }
td.TdClassName
{
border-color: #181C27;
}
.TagClassName
{
border-color: #181C27;
}
</style>