Shades of Blackcurrant #32223D
Tints of Blackcurrant #32223D
RGB
CMYK
RGB Variations
Color information
#32223D (or 0x32223D) is known color: Blackcurrant. HEX triplet: 32, 22 and 3D. RGB value is (50,34,61). Sum of RGB (Red+Green+Blue) = 50+34+61=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 61 - color contains mainly: blue. Hex color #32223D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32223D is #CDDDC2. Grayscale: #292929. Windows color (decimal): -13491651 or 4006450. OLE color: 4006450.
HSL color Cylindrical-coordinate representation of color #32223D: hue angle of 275.56º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #32223D is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 34 | 61 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.76 |
| HSL | 275.56º | 0.28% | 0.19% | - |
| HSV(B) | 275.56º | 0.44% | 0.24% | - |
| XYZ | 2.73 | 2.16 | 4.69 | - |
| YUV | 41.86 | 138.8 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 61 | 0.18 | 0.44 | 0 | 0.76 | 275.56 | 0.28 | 0.19 |
| Hex | 32 | 22 | 3D | 12 | 2C | 0 | 4C | 114 | 1C | 13 |
| Octal | 62 | 42 | 75 | 22 | 54 | 0 | 114 | 424 | 34 | 23 |
| Binary | 110010 | 100010 | 111101 | 10010 | 101100 | 0 | 1001100 | 100010100 | 11100 | 10011 |
Color Harmonies of #32223D
Complementary color
Monochromatic Colors of #32223D
Black with #32223D
Text Example
Text Example
White with #32223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32223D; }
p { color: rgb(50,34,61); }
H1.HeaderClassName
{
color: #32223D;
}
.AnyTagClassName
{
color: #32223D;
}
</style>
background-color css
<style>
a { background-color: #32223D; }
a { background-color: rgb(50,34,61); }
div.DivClassName
{
background-color: #32223D;
}
.BgClassName
{
background-color: #32223D;
}
</style>
border-color css
<style>
span { border-color: #32223D; }
span { border-color: rgb(50,34,61); }
td.TdClassName
{
border-color: #32223D;
}
.TagClassName
{
border-color: #32223D;
}
</style>