Shades of Blackcurrant #17111A
Tints of Blackcurrant #17111A
RGB
CMYK
RGB Variations
Color information
#17111A (or 0x17111A) is known color: Blackcurrant. HEX triplet: 17, 11 and 1A. RGB value is (23,17,26). Sum of RGB (Red+Green+Blue) = 23+17+26=66 (8% of max value = 765). Red value is 23 (9.38% from 255 or 34.85% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 26 (10.55% from 255 or 39.39% from 66); Max value from RGB is 26 - color contains mainly: blue. Hex color #17111A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17111A is #E8EEE5. Grayscale: #131313. Windows color (decimal): -15265510 or 1708311. OLE color: 1708311.
HSL color Cylindrical-coordinate representation of color #17111A: hue angle of 280º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #17111A is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 23 | 17 | 26 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.90 |
| HSL | 280º | 0.21% | 0.08% | - |
| HSV(B) | 280º | 0.35% | 0.1% | - |
| XYZ | 0.74 | 0.66 | 1.07 | - |
| YUV | 19.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 17 | 26 | 0.12 | 0.35 | 0 | 0.90 | 280 | 0.21 | 0.08 |
| Hex | 17 | 11 | 1A | C | 23 | 0 | 5A | 118 | 15 | 8 |
| Octal | 27 | 21 | 32 | 14 | 43 | 0 | 132 | 430 | 25 | 10 |
| Binary | 10111 | 10001 | 11010 | 1100 | 100011 | 0 | 1011010 | 100011000 | 10101 | 1000 |
Color Harmonies of #17111A
Complementary color
Monochromatic Colors of #17111A
Black with #17111A
Text Example
Text Example
White with #17111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17111A; }
p { color: rgb(23,17,26); }
H1.HeaderClassName
{
color: #17111A;
}
.AnyTagClassName
{
color: #17111A;
}
</style>
background-color css
<style>
a { background-color: #17111A; }
a { background-color: rgb(23,17,26); }
div.DivClassName
{
background-color: #17111A;
}
.BgClassName
{
background-color: #17111A;
}
</style>
border-color css
<style>
span { border-color: #17111A; }
span { border-color: rgb(23,17,26); }
td.TdClassName
{
border-color: #17111A;
}
.TagClassName
{
border-color: #17111A;
}
</style>