Shades of Blackcurrant #32033E
Tints of Blackcurrant #32033E
RGB
CMYK
RGB Variations
Color information
#32033E (or 0x32033E) is known color: Blackcurrant. HEX triplet: 32, 03 and 3E. RGB value is (50,3,62). Sum of RGB (Red+Green+Blue) = 50+3+62=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 62 (24.61% from 255 or 53.91% from 115); Max value from RGB is 62 - color contains mainly: blue. Hex color #32033E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32033E is #CDFCC1. Grayscale: #171717. Windows color (decimal): -13499586 or 4064050. OLE color: 4064050.
HSL color Cylindrical-coordinate representation of color #32033E: hue angle of 287.8º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32033E is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 3 | 62 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.76 |
| HSL | 287.8º | 0.91% | 0.13% | - |
| HSV(B) | 287.8º | 0.95% | 0.24% | - |
| XYZ | 2.22 | 1.09 | 4.65 | - |
| YUV | 23.78 | 149.57 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 62 | 0.19 | 0.95 | 0 | 0.76 | 287.8 | 0.91 | 0.13 |
| Hex | 32 | 3 | 3E | 13 | 5F | 0 | 4C | 120 | 5B | D |
| Octal | 62 | 3 | 76 | 23 | 137 | 0 | 114 | 440 | 133 | 15 |
| Binary | 110010 | 11 | 111110 | 10011 | 1011111 | 0 | 1001100 | 100100000 | 1011011 | 1101 |
Color Harmonies of #32033E
Complementary color
Monochromatic Colors of #32033E
Black with #32033E
Text Example
Text Example
White with #32033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32033E; }
p { color: rgb(50,3,62); }
H1.HeaderClassName
{
color: #32033E;
}
.AnyTagClassName
{
color: #32033E;
}
</style>
background-color css
<style>
a { background-color: #32033E; }
a { background-color: rgb(50,3,62); }
div.DivClassName
{
background-color: #32033E;
}
.BgClassName
{
background-color: #32033E;
}
</style>
border-color css
<style>
span { border-color: #32033E; }
span { border-color: rgb(50,3,62); }
td.TdClassName
{
border-color: #32033E;
}
.TagClassName
{
border-color: #32033E;
}
</style>