Shades of Blackcurrant #32083C
Tints of Blackcurrant #32083C
RGB
CMYK
RGB Variations
Color information
#32083C (or 0x32083C) is known color: Blackcurrant. HEX triplet: 32, 08 and 3C. RGB value is (50,8,60). Sum of RGB (Red+Green+Blue) = 50+8+60=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 60 (23.83% from 255 or 50.85% from 118); Max value from RGB is 60 - color contains mainly: blue. Hex color #32083C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32083C is #CDF7C3. Grayscale: #1A1A1A. Windows color (decimal): -13498308 or 3934258. OLE color: 3934258.
HSL color Cylindrical-coordinate representation of color #32083C: hue angle of 288.46º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32083C is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 8 | 60 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.76 |
| HSL | 288.46º | 0.76% | 0.13% | - |
| HSV(B) | 288.46º | 0.87% | 0.24% | - |
| XYZ | 2.22 | 1.18 | 4.39 | - |
| YUV | 26.49 | 146.91 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 8 | 60 | 0.17 | 0.87 | 0 | 0.76 | 288.46 | 0.76 | 0.13 |
| Hex | 32 | 8 | 3C | 11 | 57 | 0 | 4C | 120 | 4C | D |
| Octal | 62 | 10 | 74 | 21 | 127 | 0 | 114 | 440 | 114 | 15 |
| Binary | 110010 | 1000 | 111100 | 10001 | 1010111 | 0 | 1001100 | 100100000 | 1001100 | 1101 |
Color Harmonies of #32083C
Complementary color
Monochromatic Colors of #32083C
Black with #32083C
Text Example
Text Example
White with #32083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32083C; }
p { color: rgb(50,8,60); }
H1.HeaderClassName
{
color: #32083C;
}
.AnyTagClassName
{
color: #32083C;
}
</style>
background-color css
<style>
a { background-color: #32083C; }
a { background-color: rgb(50,8,60); }
div.DivClassName
{
background-color: #32083C;
}
.BgClassName
{
background-color: #32083C;
}
</style>
border-color css
<style>
span { border-color: #32083C; }
span { border-color: rgb(50,8,60); }
td.TdClassName
{
border-color: #32083C;
}
.TagClassName
{
border-color: #32083C;
}
</style>