Shades of Blackcurrant #32223C
Tints of Blackcurrant #32223C
RGB
CMYK
RGB Variations
Color information
#32223C (or 0x32223C) is known color: Blackcurrant. HEX triplet: 32, 22 and 3C. RGB value is (50,34,60). Sum of RGB (Red+Green+Blue) = 50+34+60=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 60 - color contains mainly: blue. Hex color #32223C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32223C is #CDDDC3. Grayscale: #292929. Windows color (decimal): -13491652 or 3940914. OLE color: 3940914.
HSL color Cylindrical-coordinate representation of color #32223C: hue angle of 276.92º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #32223C is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 34 | 60 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.76 |
| HSL | 276.92º | 0.28% | 0.18% | - |
| HSV(B) | 276.92º | 0.43% | 0.24% | - |
| XYZ | 2.7 | 2.15 | 4.55 | - |
| YUV | 41.75 | 138.3 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 60 | 0.17 | 0.43 | 0 | 0.76 | 276.92 | 0.28 | 0.18 |
| Hex | 32 | 22 | 3C | 11 | 2B | 0 | 4C | 115 | 1C | 12 |
| Octal | 62 | 42 | 74 | 21 | 53 | 0 | 114 | 425 | 34 | 22 |
| Binary | 110010 | 100010 | 111100 | 10001 | 101011 | 0 | 1001100 | 100010101 | 11100 | 10010 |
Color Harmonies of #32223C
Complementary color
Monochromatic Colors of #32223C
Black with #32223C
Text Example
Text Example
White with #32223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32223C; }
p { color: rgb(50,34,60); }
H1.HeaderClassName
{
color: #32223C;
}
.AnyTagClassName
{
color: #32223C;
}
</style>
background-color css
<style>
a { background-color: #32223C; }
a { background-color: rgb(50,34,60); }
div.DivClassName
{
background-color: #32223C;
}
.BgClassName
{
background-color: #32223C;
}
</style>
border-color css
<style>
span { border-color: #32223C; }
span { border-color: rgb(50,34,60); }
td.TdClassName
{
border-color: #32223C;
}
.TagClassName
{
border-color: #32223C;
}
</style>