Shades of Blackcurrant #32173E
Tints of Blackcurrant #32173E
RGB
CMYK
RGB Variations
Color information
#32173E (or 0x32173E) is known color: Blackcurrant. HEX triplet: 32, 17 and 3E. RGB value is (50,23,62). Sum of RGB (Red+Green+Blue) = 50+23+62=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 62 - color contains mainly: blue. Hex color #32173E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32173E is #CDE8C1. Grayscale: #232323. Windows color (decimal): -13494466 or 4069170. OLE color: 4069170.
HSL color Cylindrical-coordinate representation of color #32173E: hue angle of 281.54º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32173E is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 23 | 62 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.76 |
| HSL | 281.54º | 0.46% | 0.17% | - |
| HSV(B) | 281.54º | 0.63% | 0.24% | - |
| XYZ | 2.49 | 1.64 | 4.74 | - |
| YUV | 35.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 62 | 0.19 | 0.63 | 0 | 0.76 | 281.54 | 0.46 | 0.17 |
| Hex | 32 | 17 | 3E | 13 | 3F | 0 | 4C | 11A | 2E | 11 |
| Octal | 62 | 27 | 76 | 23 | 77 | 0 | 114 | 432 | 56 | 21 |
| Binary | 110010 | 10111 | 111110 | 10011 | 111111 | 0 | 1001100 | 100011010 | 101110 | 10001 |
Color Harmonies of #32173E
Complementary color
Monochromatic Colors of #32173E
Black with #32173E
Text Example
Text Example
White with #32173E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32173E; }
p { color: rgb(50,23,62); }
H1.HeaderClassName
{
color: #32173E;
}
.AnyTagClassName
{
color: #32173E;
}
</style>
background-color css
<style>
a { background-color: #32173E; }
a { background-color: rgb(50,23,62); }
div.DivClassName
{
background-color: #32173E;
}
.BgClassName
{
background-color: #32173E;
}
</style>
border-color css
<style>
span { border-color: #32173E; }
span { border-color: rgb(50,23,62); }
td.TdClassName
{
border-color: #32173E;
}
.TagClassName
{
border-color: #32173E;
}
</style>