Shades of Black Russian #18172C
Tints of Black Russian #18172C
RGB
CMYK
RGB Variations
Color information
#18172C (or 0x18172C) is known color: Black Russian. HEX triplet: 18, 17 and 2C. RGB value is (24,23,44). Sum of RGB (Red+Green+Blue) = 24+23+44=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 44 (17.58% from 255 or 48.35% from 91); Max value from RGB is 44 - color contains mainly: blue. Hex color #18172C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18172C is #E7E8D3. Grayscale: #191919. Windows color (decimal): -15198420 or 2889496. OLE color: 2889496.
HSL color Cylindrical-coordinate representation of color #18172C: hue angle of 242.86º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #18172C is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 23 | 44 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.83 |
| HSL | 242.86º | 0.31% | 0.13% | - |
| HSV(B) | 242.86º | 0.48% | 0.17% | - |
| XYZ | 1.14 | 0.99 | 2.51 | - |
| YUV | 25.69 | 138.33 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 23 | 44 | 0.45 | 0.48 | 0 | 0.83 | 242.86 | 0.31 | 0.13 |
| Hex | 18 | 17 | 2C | 2D | 30 | 0 | 53 | F3 | 1F | D |
| Octal | 30 | 27 | 54 | 55 | 60 | 0 | 123 | 363 | 37 | 15 |
| Binary | 11000 | 10111 | 101100 | 101101 | 110000 | 0 | 1010011 | 11110011 | 11111 | 1101 |
Color Harmonies of #18172C
Complementary color
Monochromatic Colors of #18172C
Black with #18172C
Text Example
Text Example
White with #18172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18172C; }
p { color: rgb(24,23,44); }
H1.HeaderClassName
{
color: #18172C;
}
.AnyTagClassName
{
color: #18172C;
}
</style>
background-color css
<style>
a { background-color: #18172C; }
a { background-color: rgb(24,23,44); }
div.DivClassName
{
background-color: #18172C;
}
.BgClassName
{
background-color: #18172C;
}
</style>
border-color css
<style>
span { border-color: #18172C; }
span { border-color: rgb(24,23,44); }
td.TdClassName
{
border-color: #18172C;
}
.TagClassName
{
border-color: #18172C;
}
</style>