Shades of Blackcurrant #32173D
Tints of Blackcurrant #32173D
RGB
CMYK
RGB Variations
Color information
#32173D (or 0x32173D) is known color: Blackcurrant. HEX triplet: 32, 17 and 3D. RGB value is (50,23,61). Sum of RGB (Red+Green+Blue) = 50+23+61=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 61 - color contains mainly: blue. Hex color #32173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32173D is #CDE8C2. Grayscale: #232323. Windows color (decimal): -13494467 or 4003634. OLE color: 4003634.
HSL color Cylindrical-coordinate representation of color #32173D: hue angle of 282.63º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32173D is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 23 | 61 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.76 |
| HSL | 282.63º | 0.45% | 0.16% | - |
| HSV(B) | 282.63º | 0.62% | 0.24% | - |
| XYZ | 2.46 | 1.63 | 4.6 | - |
| YUV | 35.41 | 142.45 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 61 | 0.18 | 0.62 | 0 | 0.76 | 282.63 | 0.45 | 0.16 |
| Hex | 32 | 17 | 3D | 12 | 3E | 0 | 4C | 11B | 2D | 10 |
| Octal | 62 | 27 | 75 | 22 | 76 | 0 | 114 | 433 | 55 | 20 |
| Binary | 110010 | 10111 | 111101 | 10010 | 111110 | 0 | 1001100 | 100011011 | 101101 | 10000 |
Color Harmonies of #32173D
Complementary color
Monochromatic Colors of #32173D
Black with #32173D
Text Example
Text Example
White with #32173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32173D; }
p { color: rgb(50,23,61); }
H1.HeaderClassName
{
color: #32173D;
}
.AnyTagClassName
{
color: #32173D;
}
</style>
background-color css
<style>
a { background-color: #32173D; }
a { background-color: rgb(50,23,61); }
div.DivClassName
{
background-color: #32173D;
}
.BgClassName
{
background-color: #32173D;
}
</style>
border-color css
<style>
span { border-color: #32173D; }
span { border-color: rgb(50,23,61); }
td.TdClassName
{
border-color: #32173D;
}
.TagClassName
{
border-color: #32173D;
}
</style>