Shades of Blackcurrant #32163B
Tints of Blackcurrant #32163B
RGB
CMYK
RGB Variations
Color information
#32163B (or 0x32163B) is known color: Blackcurrant. HEX triplet: 32, 16 and 3B. RGB value is (50,22,59). Sum of RGB (Red+Green+Blue) = 50+22+59=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 59 (23.44% from 255 or 45.04% from 131); Max value from RGB is 59 - color contains mainly: blue. Hex color #32163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32163B is #CDE9C4. Grayscale: #222222. Windows color (decimal): -13494725 or 3872306. OLE color: 3872306.
HSL color Cylindrical-coordinate representation of color #32163B: hue angle of 285.41º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32163B is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 22 | 59 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.77 |
| HSL | 285.41º | 0.46% | 0.16% | - |
| HSV(B) | 285.41º | 0.63% | 0.23% | - |
| XYZ | 2.39 | 1.57 | 4.31 | - |
| YUV | 34.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 22 | 59 | 0.15 | 0.63 | 0 | 0.77 | 285.41 | 0.46 | 0.16 |
| Hex | 32 | 16 | 3B | F | 3F | 0 | 4D | 11D | 2E | 10 |
| Octal | 62 | 26 | 73 | 17 | 77 | 0 | 115 | 435 | 56 | 20 |
| Binary | 110010 | 10110 | 111011 | 1111 | 111111 | 0 | 1001101 | 100011101 | 101110 | 10000 |
Color Harmonies of #32163B
Complementary color
Monochromatic Colors of #32163B
Black with #32163B
Text Example
Text Example
White with #32163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32163B; }
p { color: rgb(50,22,59); }
H1.HeaderClassName
{
color: #32163B;
}
.AnyTagClassName
{
color: #32163B;
}
</style>
background-color css
<style>
a { background-color: #32163B; }
a { background-color: rgb(50,22,59); }
div.DivClassName
{
background-color: #32163B;
}
.BgClassName
{
background-color: #32163B;
}
</style>
border-color css
<style>
span { border-color: #32163B; }
span { border-color: rgb(50,22,59); }
td.TdClassName
{
border-color: #32163B;
}
.TagClassName
{
border-color: #32163B;
}
</style>