Shades of Blackcurrant #17121B
Tints of Blackcurrant #17121B
RGB
CMYK
RGB Variations
Color information
#17121B (or 0x17121B) is known color: Blackcurrant. HEX triplet: 17, 12 and 1B. RGB value is (23,18,27). Sum of RGB (Red+Green+Blue) = 23+18+27=68 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.82% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 27 - color contains mainly: blue. Hex color #17121B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17121B is #E8EDE4. Grayscale: #141414. Windows color (decimal): -15265253 or 1774103. OLE color: 1774103.
HSL color Cylindrical-coordinate representation of color #17121B: hue angle of 273.33º degrees, saturation: 0.2, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #17121B is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 23 | 18 | 27 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.89 |
| HSL | 273.33º | 0.2% | 0.09% | - |
| HSV(B) | 273.33º | 0.33% | 0.11% | - |
| XYZ | 0.77 | 0.69 | 1.13 | - |
| YUV | 20.52 | 131.66 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 18 | 27 | 0.15 | 0.33 | 0 | 0.89 | 273.33 | 0.2 | 0.09 |
| Hex | 17 | 12 | 1B | F | 21 | 0 | 59 | 111 | 14 | 9 |
| Octal | 27 | 22 | 33 | 17 | 41 | 0 | 131 | 421 | 24 | 11 |
| Binary | 10111 | 10010 | 11011 | 1111 | 100001 | 0 | 1011001 | 100010001 | 10100 | 1001 |
Color Harmonies of #17121B
Complementary color
Monochromatic Colors of #17121B
Black with #17121B
Text Example
Text Example
White with #17121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17121B; }
p { color: rgb(23,18,27); }
H1.HeaderClassName
{
color: #17121B;
}
.AnyTagClassName
{
color: #17121B;
}
</style>
background-color css
<style>
a { background-color: #17121B; }
a { background-color: rgb(23,18,27); }
div.DivClassName
{
background-color: #17121B;
}
.BgClassName
{
background-color: #17121B;
}
</style>
border-color css
<style>
span { border-color: #17121B; }
span { border-color: rgb(23,18,27); }
td.TdClassName
{
border-color: #17121B;
}
.TagClassName
{
border-color: #17121B;
}
</style>