Shades of Black Russian #18172D
Tints of Black Russian #18172D
RGB
CMYK
RGB Variations
Color information
#18172D (or 0x18172D) is known color: Black Russian. HEX triplet: 18, 17 and 2D. RGB value is (24,23,45). Sum of RGB (Red+Green+Blue) = 24+23+45=92 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.09% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 45 (17.97% from 255 or 48.91% from 92); Max value from RGB is 45 - color contains mainly: blue. Hex color #18172D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18172D is #E7E8D2. Grayscale: #191919. Windows color (decimal): -15198419 or 2955032. OLE color: 2955032.
HSL color Cylindrical-coordinate representation of color #18172D: hue angle of 242.73º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #18172D is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 23 | 45 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.82 |
| HSL | 242.73º | 0.32% | 0.13% | - |
| HSV(B) | 242.73º | 0.49% | 0.18% | - |
| XYZ | 1.16 | 1 | 2.61 | - |
| YUV | 25.81 | 138.83 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 23 | 45 | 0.47 | 0.49 | 0 | 0.82 | 242.73 | 0.32 | 0.13 |
| Hex | 18 | 17 | 2D | 2F | 31 | 0 | 52 | F3 | 20 | D |
| Octal | 30 | 27 | 55 | 57 | 61 | 0 | 122 | 363 | 40 | 15 |
| Binary | 11000 | 10111 | 101101 | 101111 | 110001 | 0 | 1010010 | 11110011 | 100000 | 1101 |
Color Harmonies of #18172D
Complementary color
Monochromatic Colors of #18172D
Black with #18172D
Text Example
Text Example
White with #18172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18172D; }
p { color: rgb(24,23,45); }
H1.HeaderClassName
{
color: #18172D;
}
.AnyTagClassName
{
color: #18172D;
}
</style>
background-color css
<style>
a { background-color: #18172D; }
a { background-color: rgb(24,23,45); }
div.DivClassName
{
background-color: #18172D;
}
.BgClassName
{
background-color: #18172D;
}
</style>
border-color css
<style>
span { border-color: #18172D; }
span { border-color: rgb(24,23,45); }
td.TdClassName
{
border-color: #18172D;
}
.TagClassName
{
border-color: #18172D;
}
</style>