Shades of Blackcurrant #32033A
Tints of Blackcurrant #32033A
RGB
CMYK
RGB Variations
Color information
#32033A (or 0x32033A) is known color: Blackcurrant. HEX triplet: 32, 03 and 3A. RGB value is (50,3,58). Sum of RGB (Red+Green+Blue) = 50+3+58=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 58 (23.05% from 255 or 52.25% from 111); Max value from RGB is 58 - color contains mainly: blue. Hex color #32033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32033A is #CDFCC5. Grayscale: #171717. Windows color (decimal): -13499590 or 3801906. OLE color: 3801906.
HSL color Cylindrical-coordinate representation of color #32033A: hue angle of 291.27º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32033A is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 3 | 58 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.77 |
| HSL | 291.27º | 0.9% | 0.12% | - |
| HSV(B) | 291.27º | 0.95% | 0.23% | - |
| XYZ | 2.11 | 1.05 | 4.09 | - |
| YUV | 23.32 | 147.57 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 58 | 0.14 | 0.95 | 0 | 0.77 | 291.27 | 0.9 | 0.12 |
| Hex | 32 | 3 | 3A | E | 5F | 0 | 4D | 123 | 5A | C |
| Octal | 62 | 3 | 72 | 16 | 137 | 0 | 115 | 443 | 132 | 14 |
| Binary | 110010 | 11 | 111010 | 1110 | 1011111 | 0 | 1001101 | 100100011 | 1011010 | 1100 |
Color Harmonies of #32033A
Complementary color
Monochromatic Colors of #32033A
Black with #32033A
Text Example
Text Example
White with #32033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32033A; }
p { color: rgb(50,3,58); }
H1.HeaderClassName
{
color: #32033A;
}
.AnyTagClassName
{
color: #32033A;
}
</style>
background-color css
<style>
a { background-color: #32033A; }
a { background-color: rgb(50,3,58); }
div.DivClassName
{
background-color: #32033A;
}
.BgClassName
{
background-color: #32033A;
}
</style>
border-color css
<style>
span { border-color: #32033A; }
span { border-color: rgb(50,3,58); }
td.TdClassName
{
border-color: #32033A;
}
.TagClassName
{
border-color: #32033A;
}
</style>