Shades of Blackcurrant #170224
Tints of Blackcurrant #170224
RGB
CMYK
RGB Variations
Color information
#170224 (or 0x170224) is known color: Blackcurrant. HEX triplet: 17, 02 and 24. RGB value is (23,2,36). Sum of RGB (Red+Green+Blue) = 23+2+36=61 (8% of max value = 765). Red value is 23 (9.38% from 255 or 37.70% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 36 (14.45% from 255 or 59.02% from 61); Max value from RGB is 36 - color contains mainly: blue. Hex color #170224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170224 is #E8FDDB. Grayscale: #0C0C0C. Windows color (decimal): -15269340 or 2359831. OLE color: 2359831.
HSL color Cylindrical-coordinate representation of color #170224: hue angle of 277.06º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170224 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 23 | 2 | 36 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.86 |
| HSL | 277.06º | 0.89% | 0.07% | - |
| HSV(B) | 277.06º | 0.94% | 0.14% | - |
| XYZ | 0.69 | 0.35 | 1.7 | - |
| YUV | 12.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 36 | 0.36 | 0.94 | 0 | 0.86 | 277.06 | 0.89 | 0.07 |
| Hex | 17 | 2 | 24 | 24 | 5E | 0 | 56 | 115 | 59 | 7 |
| Octal | 27 | 2 | 44 | 44 | 136 | 0 | 126 | 425 | 131 | 7 |
| Binary | 10111 | 10 | 100100 | 100100 | 1011110 | 0 | 1010110 | 100010101 | 1011001 | 111 |
Color Harmonies of #170224
Complementary color
Monochromatic Colors of #170224
Black with #170224
Text Example
Text Example
White with #170224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170224; }
p { color: rgb(23,2,36); }
H1.HeaderClassName
{
color: #170224;
}
.AnyTagClassName
{
color: #170224;
}
</style>
background-color css
<style>
a { background-color: #170224; }
a { background-color: rgb(23,2,36); }
div.DivClassName
{
background-color: #170224;
}
.BgClassName
{
background-color: #170224;
}
</style>
border-color css
<style>
span { border-color: #170224; }
span { border-color: rgb(23,2,36); }
td.TdClassName
{
border-color: #170224;
}
.TagClassName
{
border-color: #170224;
}
</style>