Shades of Blackcurrant #32164B
Tints of Blackcurrant #32164B
RGB
CMYK
RGB Variations
Color information
#32164B (or 0x32164B) is known color: Blackcurrant. HEX triplet: 32, 16 and 4B. RGB value is (50,22,75). Sum of RGB (Red+Green+Blue) = 50+22+75=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #32164B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32164B is #CDE9B4. Grayscale: #242424. Windows color (decimal): -13494709 or 4920882. OLE color: 4920882.
HSL color Cylindrical-coordinate representation of color #32164B: hue angle of 271.7º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32164B is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 22 | 75 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.71 |
| HSL | 271.7º | 0.55% | 0.19% | - |
| HSV(B) | 271.7º | 0.71% | 0.29% | - |
| XYZ | 2.87 | 1.76 | 6.84 | - |
| YUV | 36.41 | 149.78 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 22 | 75 | 0.33 | 0.71 | 0 | 0.71 | 271.7 | 0.55 | 0.19 |
| Hex | 32 | 16 | 4B | 21 | 47 | 0 | 47 | 110 | 37 | 13 |
| Octal | 62 | 26 | 113 | 41 | 107 | 0 | 107 | 420 | 67 | 23 |
| Binary | 110010 | 10110 | 1001011 | 100001 | 1000111 | 0 | 1000111 | 100010000 | 110111 | 10011 |
Color Harmonies of #32164B
Complementary color
Monochromatic Colors of #32164B
Black with #32164B
Text Example
Text Example
White with #32164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32164B; }
p { color: rgb(50,22,75); }
H1.HeaderClassName
{
color: #32164B;
}
.AnyTagClassName
{
color: #32164B;
}
</style>
background-color css
<style>
a { background-color: #32164B; }
a { background-color: rgb(50,22,75); }
div.DivClassName
{
background-color: #32164B;
}
.BgClassName
{
background-color: #32164B;
}
</style>
border-color css
<style>
span { border-color: #32164B; }
span { border-color: rgb(50,22,75); }
td.TdClassName
{
border-color: #32164B;
}
.TagClassName
{
border-color: #32164B;
}
</style>