Shades of Blackcurrant #170232
Tints of Blackcurrant #170232
RGB
CMYK
RGB Variations
Color information
#170232 (or 0x170232) is known color: Blackcurrant. HEX triplet: 17, 02 and 32. RGB value is (23,2,50). Sum of RGB (Red+Green+Blue) = 23+2+50=75 (9% of max value = 765). Red value is 23 (9.38% from 255 or 30.67% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 50 (19.92% from 255 or 66.67% from 75); Max value from RGB is 50 - color contains mainly: blue. Hex color #170232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170232 is #E8FDCD. Grayscale: #0D0D0D. Windows color (decimal): -15269326 or 3277335. OLE color: 3277335.
HSL color Cylindrical-coordinate representation of color #170232: hue angle of 266.25º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #170232 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 23 | 2 | 50 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.80 |
| HSL | 266.25º | 0.92% | 0.1% | - |
| HSV(B) | 266.25º | 0.96% | 0.2% | - |
| XYZ | 0.95 | 0.46 | 3.06 | - |
| YUV | 13.75 | 148.46 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 50 | 0.54 | 0.96 | 0 | 0.80 | 266.25 | 0.92 | 0.1 |
| Hex | 17 | 2 | 32 | 36 | 60 | 0 | 50 | 10A | 5C | A |
| Octal | 27 | 2 | 62 | 66 | 140 | 0 | 120 | 412 | 134 | 12 |
| Binary | 10111 | 10 | 110010 | 110110 | 1100000 | 0 | 1010000 | 100001010 | 1011100 | 1010 |
Color Harmonies of #170232
Complementary color
Monochromatic Colors of #170232
Black with #170232
Text Example
Text Example
White with #170232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170232; }
p { color: rgb(23,2,50); }
H1.HeaderClassName
{
color: #170232;
}
.AnyTagClassName
{
color: #170232;
}
</style>
background-color css
<style>
a { background-color: #170232; }
a { background-color: rgb(23,2,50); }
div.DivClassName
{
background-color: #170232;
}
.BgClassName
{
background-color: #170232;
}
</style>
border-color css
<style>
span { border-color: #170232; }
span { border-color: rgb(23,2,50); }
td.TdClassName
{
border-color: #170232;
}
.TagClassName
{
border-color: #170232;
}
</style>