Shades of Blackcurrant #32053D
Tints of Blackcurrant #32053D
RGB
CMYK
RGB Variations
Color information
#32053D (or 0x32053D) is known color: Blackcurrant. HEX triplet: 32, 05 and 3D. RGB value is (50,5,61). Sum of RGB (Red+Green+Blue) = 50+5+61=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #32053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32053D is #CDFAC2. Grayscale: #181818. Windows color (decimal): -13499075 or 3999026. OLE color: 3999026.
HSL color Cylindrical-coordinate representation of color #32053D: hue angle of 288.21º 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 #32053D is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 5 | 61 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.76 |
| HSL | 288.21º | 0.85% | 0.13% | - |
| HSV(B) | 288.21º | 0.92% | 0.24% | - |
| XYZ | 2.21 | 1.12 | 4.52 | - |
| YUV | 24.84 | 148.41 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 61 | 0.18 | 0.92 | 0 | 0.76 | 288.21 | 0.85 | 0.13 |
| Hex | 32 | 5 | 3D | 12 | 5C | 0 | 4C | 120 | 55 | D |
| Octal | 62 | 5 | 75 | 22 | 134 | 0 | 114 | 440 | 125 | 15 |
| Binary | 110010 | 101 | 111101 | 10010 | 1011100 | 0 | 1001100 | 100100000 | 1010101 | 1101 |
Color Harmonies of #32053D
Complementary color
Monochromatic Colors of #32053D
Black with #32053D
Text Example
Text Example
White with #32053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32053D; }
p { color: rgb(50,5,61); }
H1.HeaderClassName
{
color: #32053D;
}
.AnyTagClassName
{
color: #32053D;
}
</style>
background-color css
<style>
a { background-color: #32053D; }
a { background-color: rgb(50,5,61); }
div.DivClassName
{
background-color: #32053D;
}
.BgClassName
{
background-color: #32053D;
}
</style>
border-color css
<style>
span { border-color: #32053D; }
span { border-color: rgb(50,5,61); }
td.TdClassName
{
border-color: #32053D;
}
.TagClassName
{
border-color: #32053D;
}
</style>