Shades of Black Russian #171D2D
Tints of Black Russian #171D2D
RGB
CMYK
RGB Variations
Color information
#171D2D (or 0x171D2D) is known color: Black Russian. HEX triplet: 17, 1D and 2D. RGB value is (23,29,45). Sum of RGB (Red+Green+Blue) = 23+29+45=97 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.71% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 45 (17.97% from 255 or 46.39% from 97); Max value from RGB is 45 - color contains mainly: blue. Hex color #171D2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171D2D is #E8E2D2. Grayscale: #1C1C1C. Windows color (decimal): -15262419 or 2956567. OLE color: 2956567.
HSL color Cylindrical-coordinate representation of color #171D2D: hue angle of 223.64º 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 #171D2D is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 29 | 45 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.82 |
| HSL | 223.64º | 0.32% | 0.13% | - |
| HSV(B) | 223.64º | 0.49% | 0.18% | - |
| XYZ | 1.27 | 1.25 | 2.66 | - |
| YUV | 29.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 29 | 45 | 0.49 | 0.36 | 0 | 0.82 | 223.64 | 0.32 | 0.13 |
| Hex | 17 | 1D | 2D | 31 | 24 | 0 | 52 | E0 | 20 | D |
| Octal | 27 | 35 | 55 | 61 | 44 | 0 | 122 | 340 | 40 | 15 |
| Binary | 10111 | 11101 | 101101 | 110001 | 100100 | 0 | 1010010 | 11100000 | 100000 | 1101 |
Color Harmonies of #171D2D
Complementary color
Monochromatic Colors of #171D2D
Black with #171D2D
Text Example
Text Example
White with #171D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171D2D; }
p { color: rgb(23,29,45); }
H1.HeaderClassName
{
color: #171D2D;
}
.AnyTagClassName
{
color: #171D2D;
}
</style>
background-color css
<style>
a { background-color: #171D2D; }
a { background-color: rgb(23,29,45); }
div.DivClassName
{
background-color: #171D2D;
}
.BgClassName
{
background-color: #171D2D;
}
</style>
border-color css
<style>
span { border-color: #171D2D; }
span { border-color: rgb(23,29,45); }
td.TdClassName
{
border-color: #171D2D;
}
.TagClassName
{
border-color: #171D2D;
}
</style>