Shades of Blackcurrant #32223A
Tints of Blackcurrant #32223A
RGB
CMYK
RGB Variations
Color information
#32223A (or 0x32223A) is known color: Blackcurrant. HEX triplet: 32, 22 and 3A. RGB value is (50,34,58). Sum of RGB (Red+Green+Blue) = 50+34+58=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 58 - color contains mainly: blue. Hex color #32223A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32223A is #CDDDC5. Grayscale: #292929. Windows color (decimal): -13491654 or 3809842. OLE color: 3809842.
HSL color Cylindrical-coordinate representation of color #32223A: hue angle of 280º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #32223A is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 34 | 58 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.77 |
| HSL | 280º | 0.26% | 0.18% | - |
| HSV(B) | 280º | 0.41% | 0.23% | - |
| XYZ | 2.65 | 2.13 | 4.27 | - |
| YUV | 41.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 58 | 0.14 | 0.41 | 0 | 0.77 | 280 | 0.26 | 0.18 |
| Hex | 32 | 22 | 3A | E | 29 | 0 | 4D | 118 | 1A | 12 |
| Octal | 62 | 42 | 72 | 16 | 51 | 0 | 115 | 430 | 32 | 22 |
| Binary | 110010 | 100010 | 111010 | 1110 | 101001 | 0 | 1001101 | 100011000 | 11010 | 10010 |
Color Harmonies of #32223A
Complementary color
Monochromatic Colors of #32223A
Black with #32223A
Text Example
Text Example
White with #32223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32223A; }
p { color: rgb(50,34,58); }
H1.HeaderClassName
{
color: #32223A;
}
.AnyTagClassName
{
color: #32223A;
}
</style>
background-color css
<style>
a { background-color: #32223A; }
a { background-color: rgb(50,34,58); }
div.DivClassName
{
background-color: #32223A;
}
.BgClassName
{
background-color: #32223A;
}
</style>
border-color css
<style>
span { border-color: #32223A; }
span { border-color: rgb(50,34,58); }
td.TdClassName
{
border-color: #32223A;
}
.TagClassName
{
border-color: #32223A;
}
</style>