Shades of Blackcurrant #170532
Tints of Blackcurrant #170532
RGB
CMYK
RGB Variations
Color information
#170532 (or 0x170532) is known color: Blackcurrant. HEX triplet: 17, 05 and 32. RGB value is (23,5,50). Sum of RGB (Red+Green+Blue) = 23+5+50=78 (10% of max value = 765). Red value is 23 (9.38% from 255 or 29.49% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 50 (19.92% from 255 or 64.10% from 78); Max value from RGB is 50 - color contains mainly: blue. Hex color #170532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170532 is #E8FACD. Grayscale: #0F0F0F. Windows color (decimal): -15268558 or 3278103. OLE color: 3278103.
HSL color Cylindrical-coordinate representation of color #170532: hue angle of 264º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #170532 is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 23 | 5 | 50 | - |
| CMYK | 0.54 | 0.90 | 0 | 0.80 |
| HSL | 264º | 0.82% | 0.11% | - |
| HSV(B) | 264º | 0.9% | 0.2% | - |
| XYZ | 0.98 | 0.52 | 3.07 | - |
| YUV | 15.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 5 | 50 | 0.54 | 0.90 | 0 | 0.80 | 264 | 0.82 | 0.11 |
| Hex | 17 | 5 | 32 | 36 | 5A | 0 | 50 | 108 | 52 | B |
| Octal | 27 | 5 | 62 | 66 | 132 | 0 | 120 | 410 | 122 | 13 |
| Binary | 10111 | 101 | 110010 | 110110 | 1011010 | 0 | 1010000 | 100001000 | 1010010 | 1011 |
Color Harmonies of #170532
Complementary color
Monochromatic Colors of #170532
Black with #170532
Text Example
Text Example
White with #170532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170532; }
p { color: rgb(23,5,50); }
H1.HeaderClassName
{
color: #170532;
}
.AnyTagClassName
{
color: #170532;
}
</style>
background-color css
<style>
a { background-color: #170532; }
a { background-color: rgb(23,5,50); }
div.DivClassName
{
background-color: #170532;
}
.BgClassName
{
background-color: #170532;
}
</style>
border-color css
<style>
span { border-color: #170532; }
span { border-color: rgb(23,5,50); }
td.TdClassName
{
border-color: #170532;
}
.TagClassName
{
border-color: #170532;
}
</style>