Shades of Blackcurrant #170F1F
Tints of Blackcurrant #170F1F
RGB
CMYK
RGB Variations
Color information
#170F1F (or 0x170F1F) is known color: Blackcurrant. HEX triplet: 17, 0F and 1F. RGB value is (23,15,31). Sum of RGB (Red+Green+Blue) = 23+15+31=69 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.33% from 69); Green value is 15 (6.25% from 255 or 21.74% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 31 - color contains mainly: blue. Hex color #170F1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170F1F is #E8F0E0. Grayscale: #131313. Windows color (decimal): -15266017 or 2035479. OLE color: 2035479.
HSL color Cylindrical-coordinate representation of color #170F1F: hue angle of 270º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #170F1F is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 23 | 15 | 31 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.88 |
| HSL | 270º | 0.35% | 0.09% | - |
| HSV(B) | 270º | 0.52% | 0.12% | - |
| XYZ | 0.77 | 0.62 | 1.38 | - |
| YUV | 19.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 31 | 0.26 | 0.52 | 0 | 0.88 | 270 | 0.35 | 0.09 |
| Hex | 17 | F | 1F | 1A | 34 | 0 | 58 | 10E | 23 | 9 |
| Octal | 27 | 17 | 37 | 32 | 64 | 0 | 130 | 416 | 43 | 11 |
| Binary | 10111 | 1111 | 11111 | 11010 | 110100 | 0 | 1011000 | 100001110 | 100011 | 1001 |
Color Harmonies of #170F1F
Complementary color
Monochromatic Colors of #170F1F
Black with #170F1F
Text Example
Text Example
White with #170F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170F1F; }
p { color: rgb(23,15,31); }
H1.HeaderClassName
{
color: #170F1F;
}
.AnyTagClassName
{
color: #170F1F;
}
</style>
background-color css
<style>
a { background-color: #170F1F; }
a { background-color: rgb(23,15,31); }
div.DivClassName
{
background-color: #170F1F;
}
.BgClassName
{
background-color: #170F1F;
}
</style>
border-color css
<style>
span { border-color: #170F1F; }
span { border-color: rgb(23,15,31); }
td.TdClassName
{
border-color: #170F1F;
}
.TagClassName
{
border-color: #170F1F;
}
</style>