Shades of Blackcurrant #17131B
Tints of Blackcurrant #17131B
RGB
CMYK
RGB Variations
Color information
#17131B (or 0x17131B) is known color: Blackcurrant. HEX triplet: 17, 13 and 1B. RGB value is (23,19,27). Sum of RGB (Red+Green+Blue) = 23+19+27=69 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.33% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 27 - color contains mainly: blue. Hex color #17131B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17131B is #E8ECE4. Grayscale: #151515. Windows color (decimal): -15264997 or 1774359. OLE color: 1774359.
HSL color Cylindrical-coordinate representation of color #17131B: hue angle of 270º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #17131B is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 23 | 19 | 27 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.89 |
| HSL | 270º | 0.17% | 0.09% | - |
| HSV(B) | 270º | 0.3% | 0.11% | - |
| XYZ | 0.78 | 0.73 | 1.14 | - |
| YUV | 21.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 19 | 27 | 0.15 | 0.30 | 0 | 0.89 | 270 | 0.17 | 0.09 |
| Hex | 17 | 13 | 1B | F | 1E | 0 | 59 | 10E | 11 | 9 |
| Octal | 27 | 23 | 33 | 17 | 36 | 0 | 131 | 416 | 21 | 11 |
| Binary | 10111 | 10011 | 11011 | 1111 | 11110 | 0 | 1011001 | 100001110 | 10001 | 1001 |
Color Harmonies of #17131B
Complementary color
Monochromatic Colors of #17131B
Black with #17131B
Text Example
Text Example
White with #17131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17131B; }
p { color: rgb(23,19,27); }
H1.HeaderClassName
{
color: #17131B;
}
.AnyTagClassName
{
color: #17131B;
}
</style>
background-color css
<style>
a { background-color: #17131B; }
a { background-color: rgb(23,19,27); }
div.DivClassName
{
background-color: #17131B;
}
.BgClassName
{
background-color: #17131B;
}
</style>
border-color css
<style>
span { border-color: #17131B; }
span { border-color: rgb(23,19,27); }
td.TdClassName
{
border-color: #17131B;
}
.TagClassName
{
border-color: #17131B;
}
</style>