Shades of Blackcurrant #170530
Tints of Blackcurrant #170530
RGB
CMYK
RGB Variations
Color information
#170530 (or 0x170530) is known color: Blackcurrant. HEX triplet: 17, 05 and 30. RGB value is (23,5,48). Sum of RGB (Red+Green+Blue) = 23+5+48=76 (10% of max value = 765). Red value is 23 (9.38% from 255 or 30.26% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 48 (19.14% from 255 or 63.16% from 76); Max value from RGB is 48 - color contains mainly: blue. Hex color #170530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170530 is #E8FACF. Grayscale: #0F0F0F. Windows color (decimal): -15268560 or 3147031. OLE color: 3147031.
HSL color Cylindrical-coordinate representation of color #170530: hue angle of 265.12º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #170530 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 23 | 5 | 48 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.81 |
| HSL | 265.12º | 0.81% | 0.1% | - |
| HSV(B) | 265.12º | 0.9% | 0.19% | - |
| XYZ | 0.94 | 0.5 | 2.84 | - |
| YUV | 15.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 5 | 48 | 0.52 | 0.90 | 0 | 0.81 | 265.12 | 0.81 | 0.1 |
| Hex | 17 | 5 | 30 | 34 | 5A | 0 | 51 | 109 | 51 | A |
| Octal | 27 | 5 | 60 | 64 | 132 | 0 | 121 | 411 | 121 | 12 |
| Binary | 10111 | 101 | 110000 | 110100 | 1011010 | 0 | 1010001 | 100001001 | 1010001 | 1010 |
Color Harmonies of #170530
Complementary color
Monochromatic Colors of #170530
Black with #170530
Text Example
Text Example
White with #170530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170530; }
p { color: rgb(23,5,48); }
H1.HeaderClassName
{
color: #170530;
}
.AnyTagClassName
{
color: #170530;
}
</style>
background-color css
<style>
a { background-color: #170530; }
a { background-color: rgb(23,5,48); }
div.DivClassName
{
background-color: #170530;
}
.BgClassName
{
background-color: #170530;
}
</style>
border-color css
<style>
span { border-color: #170530; }
span { border-color: rgb(23,5,48); }
td.TdClassName
{
border-color: #170530;
}
.TagClassName
{
border-color: #170530;
}
</style>