Shades of Blackcurrant #32053E
Tints of Blackcurrant #32053E
RGB
CMYK
RGB Variations
Color information
#32053E (or 0x32053E) is known color: Blackcurrant. HEX triplet: 32, 05 and 3E. RGB value is (50,5,62). Sum of RGB (Red+Green+Blue) = 50+5+62=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 62 (24.61% from 255 or 52.99% from 117); Max value from RGB is 62 - color contains mainly: blue. Hex color #32053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32053E is #CDFAC1. Grayscale: #181818. Windows color (decimal): -13499074 or 4064562. OLE color: 4064562.
HSL color Cylindrical-coordinate representation of color #32053E: hue angle of 287.37º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32053E is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 5 | 62 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.76 |
| HSL | 287.37º | 0.85% | 0.13% | - |
| HSV(B) | 287.37º | 0.92% | 0.24% | - |
| XYZ | 2.24 | 1.13 | 4.66 | - |
| YUV | 24.95 | 148.91 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 62 | 0.19 | 0.92 | 0 | 0.76 | 287.37 | 0.85 | 0.13 |
| Hex | 32 | 5 | 3E | 13 | 5C | 0 | 4C | 11F | 55 | D |
| Octal | 62 | 5 | 76 | 23 | 134 | 0 | 114 | 437 | 125 | 15 |
| Binary | 110010 | 101 | 111110 | 10011 | 1011100 | 0 | 1001100 | 100011111 | 1010101 | 1101 |
Color Harmonies of #32053E
Complementary color
Monochromatic Colors of #32053E
Black with #32053E
Text Example
Text Example
White with #32053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32053E; }
p { color: rgb(50,5,62); }
H1.HeaderClassName
{
color: #32053E;
}
.AnyTagClassName
{
color: #32053E;
}
</style>
background-color css
<style>
a { background-color: #32053E; }
a { background-color: rgb(50,5,62); }
div.DivClassName
{
background-color: #32053E;
}
.BgClassName
{
background-color: #32053E;
}
</style>
border-color css
<style>
span { border-color: #32053E; }
span { border-color: rgb(50,5,62); }
td.TdClassName
{
border-color: #32053E;
}
.TagClassName
{
border-color: #32053E;
}
</style>