Shades of Blackcurrant #32173F
Tints of Blackcurrant #32173F
RGB
CMYK
RGB Variations
Color information
#32173F (or 0x32173F) is known color: Blackcurrant. HEX triplet: 32, 17 and 3F. RGB value is (50,23,63). Sum of RGB (Red+Green+Blue) = 50+23+63=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 63 - color contains mainly: blue. Hex color #32173F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32173F is #CDE8C0. Grayscale: #232323. Windows color (decimal): -13494465 or 4134706. OLE color: 4134706.
HSL color Cylindrical-coordinate representation of color #32173F: hue angle of 280.5º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32173F is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 23 | 63 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.75 |
| HSL | 280.5º | 0.47% | 0.17% | - |
| HSV(B) | 280.5º | 0.63% | 0.25% | - |
| XYZ | 2.52 | 1.65 | 4.89 | - |
| YUV | 35.63 | 143.45 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 63 | 0.21 | 0.63 | 0 | 0.75 | 280.5 | 0.47 | 0.17 |
| Hex | 32 | 17 | 3F | 15 | 3F | 0 | 4B | 118 | 2F | 11 |
| Octal | 62 | 27 | 77 | 25 | 77 | 0 | 113 | 430 | 57 | 21 |
| Binary | 110010 | 10111 | 111111 | 10101 | 111111 | 0 | 1001011 | 100011000 | 101111 | 10001 |
Color Harmonies of #32173F
Complementary color
Monochromatic Colors of #32173F
Black with #32173F
Text Example
Text Example
White with #32173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32173F; }
p { color: rgb(50,23,63); }
H1.HeaderClassName
{
color: #32173F;
}
.AnyTagClassName
{
color: #32173F;
}
</style>
background-color css
<style>
a { background-color: #32173F; }
a { background-color: rgb(50,23,63); }
div.DivClassName
{
background-color: #32173F;
}
.BgClassName
{
background-color: #32173F;
}
</style>
border-color css
<style>
span { border-color: #32173F; }
span { border-color: rgb(50,23,63); }
td.TdClassName
{
border-color: #32173F;
}
.TagClassName
{
border-color: #32173F;
}
</style>