Shades of Blackcurrant #17121D
Tints of Blackcurrant #17121D
RGB
CMYK
RGB Variations
Color information
#17121D (or 0x17121D) is known color: Blackcurrant. HEX triplet: 17, 12 and 1D. RGB value is (23,18,29). Sum of RGB (Red+Green+Blue) = 23+18+29=70 (9% of max value = 765). Red value is 23 (9.38% from 255 or 32.86% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 29 (11.72% from 255 or 41.43% from 70); Max value from RGB is 29 - color contains mainly: blue. Hex color #17121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17121D is #E8EDE2. Grayscale: #141414. Windows color (decimal): -15265251 or 1905175. OLE color: 1905175.
HSL color Cylindrical-coordinate representation of color #17121D: hue angle of 267.27º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #17121D is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 23 | 18 | 29 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.89 |
| HSL | 267.27º | 0.23% | 0.09% | - |
| HSV(B) | 267.27º | 0.38% | 0.11% | - |
| XYZ | 0.79 | 0.7 | 1.26 | - |
| YUV | 20.75 | 132.66 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 18 | 29 | 0.21 | 0.38 | 0 | 0.89 | 267.27 | 0.23 | 0.09 |
| Hex | 17 | 12 | 1D | 15 | 26 | 0 | 59 | 10B | 17 | 9 |
| Octal | 27 | 22 | 35 | 25 | 46 | 0 | 131 | 413 | 27 | 11 |
| Binary | 10111 | 10010 | 11101 | 10101 | 100110 | 0 | 1011001 | 100001011 | 10111 | 1001 |
Color Harmonies of #17121D
Complementary color
Monochromatic Colors of #17121D
Black with #17121D
Text Example
Text Example
White with #17121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17121D; }
p { color: rgb(23,18,29); }
H1.HeaderClassName
{
color: #17121D;
}
.AnyTagClassName
{
color: #17121D;
}
</style>
background-color css
<style>
a { background-color: #17121D; }
a { background-color: rgb(23,18,29); }
div.DivClassName
{
background-color: #17121D;
}
.BgClassName
{
background-color: #17121D;
}
</style>
border-color css
<style>
span { border-color: #17121D; }
span { border-color: rgb(23,18,29); }
td.TdClassName
{
border-color: #17121D;
}
.TagClassName
{
border-color: #17121D;
}
</style>