Shades of Blackcurrant #17131D
Tints of Blackcurrant #17131D
RGB
CMYK
RGB Variations
Color information
#17131D (or 0x17131D) is known color: Blackcurrant. HEX triplet: 17, 13 and 1D. RGB value is (23,19,29). Sum of RGB (Red+Green+Blue) = 23+19+29=71 (9% of max value = 765). Red value is 23 (9.38% from 255 or 32.39% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 29 - color contains mainly: blue. Hex color #17131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17131D is #E8ECE2. Grayscale: #151515. Windows color (decimal): -15264995 or 1905431. OLE color: 1905431.
HSL color Cylindrical-coordinate representation of color #17131D: hue angle of 264º degrees, saturation: 0.21, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #17131D is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 23 | 19 | 29 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.89 |
| HSL | 264º | 0.21% | 0.09% | - |
| HSV(B) | 264º | 0.34% | 0.11% | - |
| XYZ | 0.81 | 0.74 | 1.26 | - |
| YUV | 21.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 19 | 29 | 0.21 | 0.34 | 0 | 0.89 | 264 | 0.21 | 0.09 |
| Hex | 17 | 13 | 1D | 15 | 22 | 0 | 59 | 108 | 15 | 9 |
| Octal | 27 | 23 | 35 | 25 | 42 | 0 | 131 | 410 | 25 | 11 |
| Binary | 10111 | 10011 | 11101 | 10101 | 100010 | 0 | 1011001 | 100001000 | 10101 | 1001 |
Color Harmonies of #17131D
Complementary color
Monochromatic Colors of #17131D
Black with #17131D
Text Example
Text Example
White with #17131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17131D; }
p { color: rgb(23,19,29); }
H1.HeaderClassName
{
color: #17131D;
}
.AnyTagClassName
{
color: #17131D;
}
</style>
background-color css
<style>
a { background-color: #17131D; }
a { background-color: rgb(23,19,29); }
div.DivClassName
{
background-color: #17131D;
}
.BgClassName
{
background-color: #17131D;
}
</style>
border-color css
<style>
span { border-color: #17131D; }
span { border-color: rgb(23,19,29); }
td.TdClassName
{
border-color: #17131D;
}
.TagClassName
{
border-color: #17131D;
}
</style>