Shades of Blackcurrant #32163A
Tints of Blackcurrant #32163A
RGB
CMYK
RGB Variations
Color information
#32163A (or 0x32163A) is known color: Blackcurrant. HEX triplet: 32, 16 and 3A. RGB value is (50,22,58). Sum of RGB (Red+Green+Blue) = 50+22+58=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 58 - color contains mainly: blue. Hex color #32163A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32163A is #CDE9C5. Grayscale: #222222. Windows color (decimal): -13494726 or 3806770. OLE color: 3806770.
HSL color Cylindrical-coordinate representation of color #32163A: hue angle of 286.67º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32163A is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 22 | 58 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.77 |
| HSL | 286.67º | 0.45% | 0.16% | - |
| HSV(B) | 286.67º | 0.62% | 0.23% | - |
| XYZ | 2.37 | 1.56 | 4.18 | - |
| YUV | 34.48 | 141.28 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 22 | 58 | 0.14 | 0.62 | 0 | 0.77 | 286.67 | 0.45 | 0.16 |
| Hex | 32 | 16 | 3A | E | 3E | 0 | 4D | 11F | 2D | 10 |
| Octal | 62 | 26 | 72 | 16 | 76 | 0 | 115 | 437 | 55 | 20 |
| Binary | 110010 | 10110 | 111010 | 1110 | 111110 | 0 | 1001101 | 100011111 | 101101 | 10000 |
Color Harmonies of #32163A
Complementary color
Monochromatic Colors of #32163A
Black with #32163A
Text Example
Text Example
White with #32163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32163A; }
p { color: rgb(50,22,58); }
H1.HeaderClassName
{
color: #32163A;
}
.AnyTagClassName
{
color: #32163A;
}
</style>
background-color css
<style>
a { background-color: #32163A; }
a { background-color: rgb(50,22,58); }
div.DivClassName
{
background-color: #32163A;
}
.BgClassName
{
background-color: #32163A;
}
</style>
border-color css
<style>
span { border-color: #32163A; }
span { border-color: rgb(50,22,58); }
td.TdClassName
{
border-color: #32163A;
}
.TagClassName
{
border-color: #32163A;
}
</style>