Shades of Blackcurrant #321545
Tints of Blackcurrant #321545
RGB
CMYK
RGB Variations
Color information
#321545 (or 0x321545) is known color: Blackcurrant. HEX triplet: 32, 15 and 45. RGB value is (50,21,69). Sum of RGB (Red+Green+Blue) = 50+21+69=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 69 (27.34% from 255 or 49.29% from 140); Max value from RGB is 69 - color contains mainly: blue. Hex color #321545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321545 is #CDEABA. Grayscale: #222222. Windows color (decimal): -13494971 or 4527410. OLE color: 4527410.
HSL color Cylindrical-coordinate representation of color #321545: hue angle of 276.25º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #321545 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 21 | 69 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.73 |
| HSL | 276.25º | 0.53% | 0.18% | - |
| HSV(B) | 276.25º | 0.7% | 0.27% | - |
| XYZ | 2.66 | 1.64 | 5.81 | - |
| YUV | 35.14 | 147.11 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 69 | 0.28 | 0.70 | 0 | 0.73 | 276.25 | 0.53 | 0.18 |
| Hex | 32 | 15 | 45 | 1C | 46 | 0 | 49 | 114 | 35 | 12 |
| Octal | 62 | 25 | 105 | 34 | 106 | 0 | 111 | 424 | 65 | 22 |
| Binary | 110010 | 10101 | 1000101 | 11100 | 1000110 | 0 | 1001001 | 100010100 | 110101 | 10010 |
Color Harmonies of #321545
Complementary color
Monochromatic Colors of #321545
Black with #321545
Text Example
Text Example
White with #321545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321545; }
p { color: rgb(50,21,69); }
H1.HeaderClassName
{
color: #321545;
}
.AnyTagClassName
{
color: #321545;
}
</style>
background-color css
<style>
a { background-color: #321545; }
a { background-color: rgb(50,21,69); }
div.DivClassName
{
background-color: #321545;
}
.BgClassName
{
background-color: #321545;
}
</style>
border-color css
<style>
span { border-color: #321545; }
span { border-color: rgb(50,21,69); }
td.TdClassName
{
border-color: #321545;
}
.TagClassName
{
border-color: #321545;
}
</style>