Shades of Blackcurrant #170529
Tints of Blackcurrant #170529
RGB
CMYK
RGB Variations
Color information
#170529 (or 0x170529) is known color: Blackcurrant. HEX triplet: 17, 05 and 29. RGB value is (23,5,41). Sum of RGB (Red+Green+Blue) = 23+5+41=69 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.33% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 41 (16.41% from 255 or 59.42% from 69); Max value from RGB is 41 - color contains mainly: blue. Hex color #170529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170529 is #E8FAD6. Grayscale: #0E0E0E. Windows color (decimal): -15268567 or 2688279. OLE color: 2688279.
HSL color Cylindrical-coordinate representation of color #170529: hue angle of 270º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #170529 is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 23 | 5 | 41 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.84 |
| HSL | 270º | 0.78% | 0.09% | - |
| HSV(B) | 270º | 0.88% | 0.16% | - |
| XYZ | 0.81 | 0.45 | 2.14 | - |
| YUV | 14.49 | 142.96 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 5 | 41 | 0.44 | 0.88 | 0 | 0.84 | 270 | 0.78 | 0.09 |
| Hex | 17 | 5 | 29 | 2C | 58 | 0 | 54 | 10E | 4E | 9 |
| Octal | 27 | 5 | 51 | 54 | 130 | 0 | 124 | 416 | 116 | 11 |
| Binary | 10111 | 101 | 101001 | 101100 | 1011000 | 0 | 1010100 | 100001110 | 1001110 | 1001 |
Color Harmonies of #170529
Complementary color
Monochromatic Colors of #170529
Black with #170529
Text Example
Text Example
White with #170529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170529; }
p { color: rgb(23,5,41); }
H1.HeaderClassName
{
color: #170529;
}
.AnyTagClassName
{
color: #170529;
}
</style>
background-color css
<style>
a { background-color: #170529; }
a { background-color: rgb(23,5,41); }
div.DivClassName
{
background-color: #170529;
}
.BgClassName
{
background-color: #170529;
}
</style>
border-color css
<style>
span { border-color: #170529; }
span { border-color: rgb(23,5,41); }
td.TdClassName
{
border-color: #170529;
}
.TagClassName
{
border-color: #170529;
}
</style>