Shades of Blackcurrant #32213D
Tints of Blackcurrant #32213D
RGB
CMYK
RGB Variations
Color information
#32213D (or 0x32213D) is known color: Blackcurrant. HEX triplet: 32, 21 and 3D. RGB value is (50,33,61). Sum of RGB (Red+Green+Blue) = 50+33+61=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: blue. Hex color #32213D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32213D is #CDDEC2. Grayscale: #292929. Windows color (decimal): -13491907 or 4006194. OLE color: 4006194.
HSL color Cylindrical-coordinate representation of color #32213D: hue angle of 276.43º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32213D is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 33 | 61 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.76 |
| HSL | 276.43º | 0.3% | 0.18% | - |
| HSV(B) | 276.43º | 0.46% | 0.24% | - |
| XYZ | 2.7 | 2.1 | 4.68 | - |
| YUV | 41.28 | 139.13 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 33 | 61 | 0.18 | 0.46 | 0 | 0.76 | 276.43 | 0.3 | 0.18 |
| Hex | 32 | 21 | 3D | 12 | 2E | 0 | 4C | 114 | 1E | 12 |
| Octal | 62 | 41 | 75 | 22 | 56 | 0 | 114 | 424 | 36 | 22 |
| Binary | 110010 | 100001 | 111101 | 10010 | 101110 | 0 | 1001100 | 100010100 | 11110 | 10010 |
Color Harmonies of #32213D
Complementary color
Monochromatic Colors of #32213D
Black with #32213D
Text Example
Text Example
White with #32213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32213D; }
p { color: rgb(50,33,61); }
H1.HeaderClassName
{
color: #32213D;
}
.AnyTagClassName
{
color: #32213D;
}
</style>
background-color css
<style>
a { background-color: #32213D; }
a { background-color: rgb(50,33,61); }
div.DivClassName
{
background-color: #32213D;
}
.BgClassName
{
background-color: #32213D;
}
</style>
border-color css
<style>
span { border-color: #32213D; }
span { border-color: rgb(50,33,61); }
td.TdClassName
{
border-color: #32213D;
}
.TagClassName
{
border-color: #32213D;
}
</style>