Shades of Black Russian #181D27
Tints of Black Russian #181D27
RGB
CMYK
RGB Variations
Color information
#181D27 (or 0x181D27) is known color: Black Russian. HEX triplet: 18, 1D and 27. RGB value is (24,29,39). Sum of RGB (Red+Green+Blue) = 24+29+39=92 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.09% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 39 (15.62% from 255 or 42.39% from 92); Max value from RGB is 39 - color contains mainly: blue. Hex color #181D27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181D27 is #E7E2D8. Grayscale: #1C1C1C. Windows color (decimal): -15196889 or 2563352. OLE color: 2563352.
HSL color Cylindrical-coordinate representation of color #181D27: hue angle of 220º 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 #181D27 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 29 | 39 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.85 |
| HSL | 220º | 0.24% | 0.12% | - |
| HSV(B) | 220º | 0.38% | 0.15% | - |
| XYZ | 1.18 | 1.22 | 2.09 | - |
| YUV | 28.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 39 | 0.38 | 0.26 | 0 | 0.85 | 220 | 0.24 | 0.12 |
| Hex | 18 | 1D | 27 | 26 | 1A | 0 | 55 | DC | 18 | C |
| Octal | 30 | 35 | 47 | 46 | 32 | 0 | 125 | 334 | 30 | 14 |
| Binary | 11000 | 11101 | 100111 | 100110 | 11010 | 0 | 1010101 | 11011100 | 11000 | 1100 |
Color Harmonies of #181D27
Complementary color
Monochromatic Colors of #181D27
Black with #181D27
Text Example
Text Example
White with #181D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D27; }
p { color: rgb(24,29,39); }
H1.HeaderClassName
{
color: #181D27;
}
.AnyTagClassName
{
color: #181D27;
}
</style>
background-color css
<style>
a { background-color: #181D27; }
a { background-color: rgb(24,29,39); }
div.DivClassName
{
background-color: #181D27;
}
.BgClassName
{
background-color: #181D27;
}
</style>
border-color css
<style>
span { border-color: #181D27; }
span { border-color: rgb(24,29,39); }
td.TdClassName
{
border-color: #181D27;
}
.TagClassName
{
border-color: #181D27;
}
</style>