Shades of Blackcurrant #32133E
Tints of Blackcurrant #32133E
RGB
CMYK
RGB Variations
Color information
#32133E (or 0x32133E) is known color: Blackcurrant. HEX triplet: 32, 13 and 3E. RGB value is (50,19,62). Sum of RGB (Red+Green+Blue) = 50+19+62=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 62 (24.61% from 255 or 47.33% from 131); Max value from RGB is 62 - color contains mainly: blue. Hex color #32133E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32133E is #CDECC1. Grayscale: #212121. Windows color (decimal): -13495490 or 4068146. OLE color: 4068146.
HSL color Cylindrical-coordinate representation of color #32133E: hue angle of 283.26º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32133E is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 19 | 62 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.76 |
| HSL | 283.26º | 0.53% | 0.16% | - |
| HSV(B) | 283.26º | 0.69% | 0.24% | - |
| XYZ | 2.42 | 1.49 | 4.72 | - |
| YUV | 33.17 | 144.27 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 62 | 0.19 | 0.69 | 0 | 0.76 | 283.26 | 0.53 | 0.16 |
| Hex | 32 | 13 | 3E | 13 | 45 | 0 | 4C | 11B | 35 | 10 |
| Octal | 62 | 23 | 76 | 23 | 105 | 0 | 114 | 433 | 65 | 20 |
| Binary | 110010 | 10011 | 111110 | 10011 | 1000101 | 0 | 1001100 | 100011011 | 110101 | 10000 |
Color Harmonies of #32133E
Complementary color
Monochromatic Colors of #32133E
Black with #32133E
Text Example
Text Example
White with #32133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32133E; }
p { color: rgb(50,19,62); }
H1.HeaderClassName
{
color: #32133E;
}
.AnyTagClassName
{
color: #32133E;
}
</style>
background-color css
<style>
a { background-color: #32133E; }
a { background-color: rgb(50,19,62); }
div.DivClassName
{
background-color: #32133E;
}
.BgClassName
{
background-color: #32133E;
}
</style>
border-color css
<style>
span { border-color: #32133E; }
span { border-color: rgb(50,19,62); }
td.TdClassName
{
border-color: #32133E;
}
.TagClassName
{
border-color: #32133E;
}
</style>