Shades of Blackcurrant #32153E
Tints of Blackcurrant #32153E
RGB
CMYK
RGB Variations
Color information
#32153E (or 0x32153E) is known color: Blackcurrant. HEX triplet: 32, 15 and 3E. RGB value is (50,21,62). Sum of RGB (Red+Green+Blue) = 50+21+62=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 62 (24.61% from 255 or 46.62% from 133); Max value from RGB is 62 - color contains mainly: blue. Hex color #32153E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32153E is #CDEAC1. Grayscale: #222222. Windows color (decimal): -13494978 or 4068658. OLE color: 4068658.
HSL color Cylindrical-coordinate representation of color #32153E: hue angle of 282.44º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32153E is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 21 | 62 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.76 |
| HSL | 282.44º | 0.49% | 0.16% | - |
| HSV(B) | 282.44º | 0.66% | 0.24% | - |
| XYZ | 2.45 | 1.56 | 4.73 | - |
| YUV | 34.35 | 143.61 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 62 | 0.19 | 0.66 | 0 | 0.76 | 282.44 | 0.49 | 0.16 |
| Hex | 32 | 15 | 3E | 13 | 42 | 0 | 4C | 11A | 31 | 10 |
| Octal | 62 | 25 | 76 | 23 | 102 | 0 | 114 | 432 | 61 | 20 |
| Binary | 110010 | 10101 | 111110 | 10011 | 1000010 | 0 | 1001100 | 100011010 | 110001 | 10000 |
Color Harmonies of #32153E
Complementary color
Monochromatic Colors of #32153E
Black with #32153E
Text Example
Text Example
White with #32153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32153E; }
p { color: rgb(50,21,62); }
H1.HeaderClassName
{
color: #32153E;
}
.AnyTagClassName
{
color: #32153E;
}
</style>
background-color css
<style>
a { background-color: #32153E; }
a { background-color: rgb(50,21,62); }
div.DivClassName
{
background-color: #32153E;
}
.BgClassName
{
background-color: #32153E;
}
</style>
border-color css
<style>
span { border-color: #32153E; }
span { border-color: rgb(50,21,62); }
td.TdClassName
{
border-color: #32153E;
}
.TagClassName
{
border-color: #32153E;
}
</style>