Shades of Blackcurrant #32223E
Tints of Blackcurrant #32223E
RGB
CMYK
RGB Variations
Color information
#32223E (or 0x32223E) is known color: Blackcurrant. HEX triplet: 32, 22 and 3E. RGB value is (50,34,62). Sum of RGB (Red+Green+Blue) = 50+34+62=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 62 - color contains mainly: blue. Hex color #32223E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32223E is #CDDDC1. Grayscale: #292929. Windows color (decimal): -13491650 or 4071986. OLE color: 4071986.
HSL color Cylindrical-coordinate representation of color #32223E: hue angle of 274.29º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #32223E is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 34 | 62 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.76 |
| HSL | 274.29º | 0.29% | 0.19% | - |
| HSV(B) | 274.29º | 0.45% | 0.24% | - |
| XYZ | 2.76 | 2.17 | 4.83 | - |
| YUV | 41.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 62 | 0.19 | 0.45 | 0 | 0.76 | 274.29 | 0.29 | 0.19 |
| Hex | 32 | 22 | 3E | 13 | 2D | 0 | 4C | 112 | 1D | 13 |
| Octal | 62 | 42 | 76 | 23 | 55 | 0 | 114 | 422 | 35 | 23 |
| Binary | 110010 | 100010 | 111110 | 10011 | 101101 | 0 | 1001100 | 100010010 | 11101 | 10011 |
Color Harmonies of #32223E
Complementary color
Monochromatic Colors of #32223E
Black with #32223E
Text Example
Text Example
White with #32223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32223E; }
p { color: rgb(50,34,62); }
H1.HeaderClassName
{
color: #32223E;
}
.AnyTagClassName
{
color: #32223E;
}
</style>
background-color css
<style>
a { background-color: #32223E; }
a { background-color: rgb(50,34,62); }
div.DivClassName
{
background-color: #32223E;
}
.BgClassName
{
background-color: #32223E;
}
</style>
border-color css
<style>
span { border-color: #32223E; }
span { border-color: rgb(50,34,62); }
td.TdClassName
{
border-color: #32223E;
}
.TagClassName
{
border-color: #32223E;
}
</style>