Shades of Black Russian #181C23
Tints of Black Russian #181C23
RGB
CMYK
RGB Variations
Color information
#181C23 (or 0x181C23) is known color: Black Russian. HEX triplet: 18, 1C and 23. RGB value is (24,28,35). Sum of RGB (Red+Green+Blue) = 24+28+35=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 28 (11.33% from 255 or 32.18% from 87); Blue value is 35 (14.06% from 255 or 40.23% from 87); Max value from RGB is 35 - color contains mainly: blue. Hex color #181C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181C23 is #E7E3DC. Grayscale: #1B1B1B. Windows color (decimal): -15197149 or 2300952. OLE color: 2300952.
HSL color Cylindrical-coordinate representation of color #181C23: hue angle of 218.18º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #181C23 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 24 | 28 | 35 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.86 |
| HSL | 218.18º | 0.19% | 0.12% | - |
| HSV(B) | 218.18º | 0.31% | 0.14% | - |
| XYZ | 1.1 | 1.15 | 1.75 | - |
| YUV | 27.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 35 | 0.31 | 0.20 | 0 | 0.86 | 218.18 | 0.19 | 0.12 |
| Hex | 18 | 1C | 23 | 1F | 14 | 0 | 56 | DA | 13 | C |
| Octal | 30 | 34 | 43 | 37 | 24 | 0 | 126 | 332 | 23 | 14 |
| Binary | 11000 | 11100 | 100011 | 11111 | 10100 | 0 | 1010110 | 11011010 | 10011 | 1100 |
Color Harmonies of #181C23
Complementary color
Monochromatic Colors of #181C23
Black with #181C23
Text Example
Text Example
White with #181C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181C23; }
p { color: rgb(24,28,35); }
H1.HeaderClassName
{
color: #181C23;
}
.AnyTagClassName
{
color: #181C23;
}
</style>
background-color css
<style>
a { background-color: #181C23; }
a { background-color: rgb(24,28,35); }
div.DivClassName
{
background-color: #181C23;
}
.BgClassName
{
background-color: #181C23;
}
</style>
border-color css
<style>
span { border-color: #181C23; }
span { border-color: rgb(24,28,35); }
td.TdClassName
{
border-color: #181C23;
}
.TagClassName
{
border-color: #181C23;
}
</style>