Shades of Blackcurrant #170534
Tints of Blackcurrant #170534
RGB
CMYK
RGB Variations
Color information
#170534 (or 0x170534) is known color: Blackcurrant. HEX triplet: 17, 05 and 34. RGB value is (23,5,52). Sum of RGB (Red+Green+Blue) = 23+5+52=80 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.75% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 52 (20.70% from 255 or 65% from 80); Max value from RGB is 52 - color contains mainly: blue. Hex color #170534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170534 is #E8FACB. Grayscale: #0F0F0F. Windows color (decimal): -15268556 or 3409175. OLE color: 3409175.
HSL color Cylindrical-coordinate representation of color #170534: hue angle of 262.98º 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 #170534 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 23 | 5 | 52 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.80 |
| HSL | 262.98º | 0.82% | 0.11% | - |
| HSV(B) | 262.98º | 0.9% | 0.2% | - |
| XYZ | 1.03 | 0.54 | 3.3 | - |
| YUV | 15.74 | 148.46 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 5 | 52 | 0.56 | 0.90 | 0 | 0.80 | 262.98 | 0.82 | 0.11 |
| Hex | 17 | 5 | 34 | 38 | 5A | 0 | 50 | 107 | 52 | B |
| Octal | 27 | 5 | 64 | 70 | 132 | 0 | 120 | 407 | 122 | 13 |
| Binary | 10111 | 101 | 110100 | 111000 | 1011010 | 0 | 1010000 | 100000111 | 1010010 | 1011 |
Color Harmonies of #170534
Complementary color
Monochromatic Colors of #170534
Black with #170534
Text Example
Text Example
White with #170534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170534; }
p { color: rgb(23,5,52); }
H1.HeaderClassName
{
color: #170534;
}
.AnyTagClassName
{
color: #170534;
}
</style>
background-color css
<style>
a { background-color: #170534; }
a { background-color: rgb(23,5,52); }
div.DivClassName
{
background-color: #170534;
}
.BgClassName
{
background-color: #170534;
}
</style>
border-color css
<style>
span { border-color: #170534; }
span { border-color: rgb(23,5,52); }
td.TdClassName
{
border-color: #170534;
}
.TagClassName
{
border-color: #170534;
}
</style>