Shades of Blackcurrant #32083A
Tints of Blackcurrant #32083A
RGB
CMYK
RGB Variations
Color information
#32083A (or 0x32083A) is known color: Blackcurrant. HEX triplet: 32, 08 and 3A. RGB value is (50,8,58). Sum of RGB (Red+Green+Blue) = 50+8+58=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #32083A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32083A is #CDF7C5. Grayscale: #1A1A1A. Windows color (decimal): -13498310 or 3803186. OLE color: 3803186.
HSL color Cylindrical-coordinate representation of color #32083A: hue angle of 290.4º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32083A is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 8 | 58 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.77 |
| HSL | 290.4º | 0.76% | 0.13% | - |
| HSV(B) | 290.4º | 0.86% | 0.23% | - |
| XYZ | 2.17 | 1.16 | 4.11 | - |
| YUV | 26.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 8 | 58 | 0.14 | 0.86 | 0 | 0.77 | 290.4 | 0.76 | 0.13 |
| Hex | 32 | 8 | 3A | E | 56 | 0 | 4D | 122 | 4C | D |
| Octal | 62 | 10 | 72 | 16 | 126 | 0 | 115 | 442 | 114 | 15 |
| Binary | 110010 | 1000 | 111010 | 1110 | 1010110 | 0 | 1001101 | 100100010 | 1001100 | 1101 |
Color Harmonies of #32083A
Complementary color
Monochromatic Colors of #32083A
Black with #32083A
Text Example
Text Example
White with #32083A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32083A; }
p { color: rgb(50,8,58); }
H1.HeaderClassName
{
color: #32083A;
}
.AnyTagClassName
{
color: #32083A;
}
</style>
background-color css
<style>
a { background-color: #32083A; }
a { background-color: rgb(50,8,58); }
div.DivClassName
{
background-color: #32083A;
}
.BgClassName
{
background-color: #32083A;
}
</style>
border-color css
<style>
span { border-color: #32083A; }
span { border-color: rgb(50,8,58); }
td.TdClassName
{
border-color: #32083A;
}
.TagClassName
{
border-color: #32083A;
}
</style>