Shades of Blackcurrant #171318
Tints of Blackcurrant #171318
RGB
CMYK
RGB Variations
Color information
#171318 (or 0x171318) is known color: Blackcurrant. HEX triplet: 17, 13 and 18. RGB value is (23,19,24). Sum of RGB (Red+Green+Blue) = 23+19+24=66 (8% of max value = 765). Red value is 23 (9.38% from 255 or 34.85% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 24 - color contains mainly: blue. Hex color #171318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171318 is #E8ECE7. Grayscale: #141414. Windows color (decimal): -15265000 or 1577751. OLE color: 1577751.
HSL color Cylindrical-coordinate representation of color #171318: hue angle of 288º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #171318 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 19 | 24 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.91 |
| HSL | 288º | 0.12% | 0.08% | - |
| HSV(B) | 288º | 0.21% | 0.09% | - |
| XYZ | 0.75 | 0.71 | 0.96 | - |
| YUV | 20.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 19 | 24 | 0.04 | 0.21 | 0 | 0.91 | 288 | 0.12 | 0.08 |
| Hex | 17 | 13 | 18 | 4 | 15 | 0 | 5B | 120 | C | 8 |
| Octal | 27 | 23 | 30 | 4 | 25 | 0 | 133 | 440 | 14 | 10 |
| Binary | 10111 | 10011 | 11000 | 100 | 10101 | 0 | 1011011 | 100100000 | 1100 | 1000 |
Color Harmonies of #171318
Complementary color
Monochromatic Colors of #171318
Black with #171318
Text Example
Text Example
White with #171318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171318; }
p { color: rgb(23,19,24); }
H1.HeaderClassName
{
color: #171318;
}
.AnyTagClassName
{
color: #171318;
}
</style>
background-color css
<style>
a { background-color: #171318; }
a { background-color: rgb(23,19,24); }
div.DivClassName
{
background-color: #171318;
}
.BgClassName
{
background-color: #171318;
}
</style>
border-color css
<style>
span { border-color: #171318; }
span { border-color: rgb(23,19,24); }
td.TdClassName
{
border-color: #171318;
}
.TagClassName
{
border-color: #171318;
}
</style>