Shades of Blackcurrant #32233E
Tints of Blackcurrant #32233E
RGB
CMYK
RGB Variations
Color information
#32233E (or 0x32233E) is known color: Blackcurrant. HEX triplet: 32, 23 and 3E. RGB value is (50,35,62). Sum of RGB (Red+Green+Blue) = 50+35+62=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 62 - color contains mainly: blue. Hex color #32233E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32233E is #CDDCC1. Grayscale: #2A2A2A. Windows color (decimal): -13491394 or 4072242. OLE color: 4072242.
HSL color Cylindrical-coordinate representation of color #32233E: hue angle of 273.33º 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 #32233E is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 35 | 62 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.76 |
| HSL | 273.33º | 0.28% | 0.19% | - |
| HSV(B) | 273.33º | 0.44% | 0.24% | - |
| XYZ | 2.79 | 2.23 | 4.84 | - |
| YUV | 42.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 35 | 62 | 0.19 | 0.44 | 0 | 0.76 | 273.33 | 0.28 | 0.19 |
| Hex | 32 | 23 | 3E | 13 | 2C | 0 | 4C | 111 | 1C | 13 |
| Octal | 62 | 43 | 76 | 23 | 54 | 0 | 114 | 421 | 34 | 23 |
| Binary | 110010 | 100011 | 111110 | 10011 | 101100 | 0 | 1001100 | 100010001 | 11100 | 10011 |
Color Harmonies of #32233E
Complementary color
Monochromatic Colors of #32233E
Black with #32233E
Text Example
Text Example
White with #32233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32233E; }
p { color: rgb(50,35,62); }
H1.HeaderClassName
{
color: #32233E;
}
.AnyTagClassName
{
color: #32233E;
}
</style>
background-color css
<style>
a { background-color: #32233E; }
a { background-color: rgb(50,35,62); }
div.DivClassName
{
background-color: #32233E;
}
.BgClassName
{
background-color: #32233E;
}
</style>
border-color css
<style>
span { border-color: #32233E; }
span { border-color: rgb(50,35,62); }
td.TdClassName
{
border-color: #32233E;
}
.TagClassName
{
border-color: #32233E;
}
</style>