Shades of Black Russian #17192D
Tints of Black Russian #17192D
RGB
CMYK
RGB Variations
Color information
#17192D (or 0x17192D) is known color: Black Russian. HEX triplet: 17, 19 and 2D. RGB value is (23,25,45). Sum of RGB (Red+Green+Blue) = 23+25+45=93 (12% of max value = 765). Red value is 23 (9.38% from 255 or 24.73% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 45 (17.97% from 255 or 48.39% from 93); Max value from RGB is 45 - color contains mainly: blue. Hex color #17192D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17192D is #E8E6D2. Grayscale: #1A1A1A. Windows color (decimal): -15263443 or 2955543. OLE color: 2955543.
HSL color Cylindrical-coordinate representation of color #17192D: hue angle of 234.55º 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 #17192D is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 25 | 45 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.82 |
| HSL | 234.55º | 0.32% | 0.13% | - |
| HSV(B) | 234.55º | 0.49% | 0.18% | - |
| XYZ | 1.17 | 1.07 | 2.63 | - |
| YUV | 26.68 | 138.34 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 25 | 45 | 0.49 | 0.44 | 0 | 0.82 | 234.55 | 0.32 | 0.13 |
| Hex | 17 | 19 | 2D | 31 | 2C | 0 | 52 | EB | 20 | D |
| Octal | 27 | 31 | 55 | 61 | 54 | 0 | 122 | 353 | 40 | 15 |
| Binary | 10111 | 11001 | 101101 | 110001 | 101100 | 0 | 1010010 | 11101011 | 100000 | 1101 |
Color Harmonies of #17192D
Complementary color
Monochromatic Colors of #17192D
Black with #17192D
Text Example
Text Example
White with #17192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17192D; }
p { color: rgb(23,25,45); }
H1.HeaderClassName
{
color: #17192D;
}
.AnyTagClassName
{
color: #17192D;
}
</style>
background-color css
<style>
a { background-color: #17192D; }
a { background-color: rgb(23,25,45); }
div.DivClassName
{
background-color: #17192D;
}
.BgClassName
{
background-color: #17192D;
}
</style>
border-color css
<style>
span { border-color: #17192D; }
span { border-color: rgb(23,25,45); }
td.TdClassName
{
border-color: #17192D;
}
.TagClassName
{
border-color: #17192D;
}
</style>