Shades of Blackcurrant #32163C
Tints of Blackcurrant #32163C
RGB
CMYK
RGB Variations
Color information
#32163C (or 0x32163C) is known color: Blackcurrant. HEX triplet: 32, 16 and 3C. RGB value is (50,22,60). Sum of RGB (Red+Green+Blue) = 50+22+60=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 60 - color contains mainly: blue. Hex color #32163C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32163C is #CDE9C3. Grayscale: #222222. Windows color (decimal): -13494724 or 3937842. OLE color: 3937842.
HSL color Cylindrical-coordinate representation of color #32163C: hue angle of 284.21º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32163C is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 22 | 60 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.76 |
| HSL | 284.21º | 0.46% | 0.16% | - |
| HSV(B) | 284.21º | 0.63% | 0.24% | - |
| XYZ | 2.42 | 1.58 | 4.45 | - |
| YUV | 34.7 | 142.28 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 22 | 60 | 0.17 | 0.63 | 0 | 0.76 | 284.21 | 0.46 | 0.16 |
| Hex | 32 | 16 | 3C | 11 | 3F | 0 | 4C | 11C | 2E | 10 |
| Octal | 62 | 26 | 74 | 21 | 77 | 0 | 114 | 434 | 56 | 20 |
| Binary | 110010 | 10110 | 111100 | 10001 | 111111 | 0 | 1001100 | 100011100 | 101110 | 10000 |
Color Harmonies of #32163C
Complementary color
Monochromatic Colors of #32163C
Black with #32163C
Text Example
Text Example
White with #32163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32163C; }
p { color: rgb(50,22,60); }
H1.HeaderClassName
{
color: #32163C;
}
.AnyTagClassName
{
color: #32163C;
}
</style>
background-color css
<style>
a { background-color: #32163C; }
a { background-color: rgb(50,22,60); }
div.DivClassName
{
background-color: #32163C;
}
.BgClassName
{
background-color: #32163C;
}
</style>
border-color css
<style>
span { border-color: #32163C; }
span { border-color: rgb(50,22,60); }
td.TdClassName
{
border-color: #32163C;
}
.TagClassName
{
border-color: #32163C;
}
</style>