Shades of Blackcurrant #32084B
Tints of Blackcurrant #32084B
RGB
CMYK
RGB Variations
Color information
#32084B (or 0x32084B) is known color: Blackcurrant. HEX triplet: 32, 08 and 4B. RGB value is (50,8,75). Sum of RGB (Red+Green+Blue) = 50+8+75=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 75 (29.69% from 255 or 56.39% from 133); Max value from RGB is 75 - color contains mainly: blue. Hex color #32084B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32084B is #CDF7B4. Grayscale: #1B1B1B. Windows color (decimal): -13498293 or 4917298. OLE color: 4917298.
HSL color Cylindrical-coordinate representation of color #32084B: hue angle of 277.61º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32084B is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 8 | 75 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.71 |
| HSL | 277.61º | 0.81% | 0.16% | - |
| HSV(B) | 277.61º | 0.89% | 0.29% | - |
| XYZ | 2.67 | 1.36 | 6.78 | - |
| YUV | 28.2 | 154.41 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 8 | 75 | 0.33 | 0.89 | 0 | 0.71 | 277.61 | 0.81 | 0.16 |
| Hex | 32 | 8 | 4B | 21 | 59 | 0 | 47 | 116 | 51 | 10 |
| Octal | 62 | 10 | 113 | 41 | 131 | 0 | 107 | 426 | 121 | 20 |
| Binary | 110010 | 1000 | 1001011 | 100001 | 1011001 | 0 | 1000111 | 100010110 | 1010001 | 10000 |
Color Harmonies of #32084B
Complementary color
Monochromatic Colors of #32084B
Black with #32084B
Text Example
Text Example
White with #32084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32084B; }
p { color: rgb(50,8,75); }
H1.HeaderClassName
{
color: #32084B;
}
.AnyTagClassName
{
color: #32084B;
}
</style>
background-color css
<style>
a { background-color: #32084B; }
a { background-color: rgb(50,8,75); }
div.DivClassName
{
background-color: #32084B;
}
.BgClassName
{
background-color: #32084B;
}
</style>
border-color css
<style>
span { border-color: #32084B; }
span { border-color: rgb(50,8,75); }
td.TdClassName
{
border-color: #32084B;
}
.TagClassName
{
border-color: #32084B;
}
</style>