Shades of Blackcurrant #321745
Tints of Blackcurrant #321745
RGB
CMYK
RGB Variations
Color information
#321745 (or 0x321745) is known color: Blackcurrant. HEX triplet: 32, 17 and 45. RGB value is (50,23,69). Sum of RGB (Red+Green+Blue) = 50+23+69=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 69 (27.34% from 255 or 48.59% from 142); Max value from RGB is 69 - color contains mainly: blue. Hex color #321745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321745 is #CDE8BA. Grayscale: #242424. Windows color (decimal): -13494459 or 4527922. OLE color: 4527922.
HSL color Cylindrical-coordinate representation of color #321745: hue angle of 275.22º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #321745 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 23 | 69 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.73 |
| HSL | 275.22º | 0.5% | 0.18% | - |
| HSV(B) | 275.22º | 0.67% | 0.27% | - |
| XYZ | 2.7 | 1.72 | 5.82 | - |
| YUV | 36.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 69 | 0.28 | 0.67 | 0 | 0.73 | 275.22 | 0.5 | 0.18 |
| Hex | 32 | 17 | 45 | 1C | 43 | 0 | 49 | 113 | 32 | 12 |
| Octal | 62 | 27 | 105 | 34 | 103 | 0 | 111 | 423 | 62 | 22 |
| Binary | 110010 | 10111 | 1000101 | 11100 | 1000011 | 0 | 1001001 | 100010011 | 110010 | 10010 |
Color Harmonies of #321745
Complementary color
Monochromatic Colors of #321745
Black with #321745
Text Example
Text Example
White with #321745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321745; }
p { color: rgb(50,23,69); }
H1.HeaderClassName
{
color: #321745;
}
.AnyTagClassName
{
color: #321745;
}
</style>
background-color css
<style>
a { background-color: #321745; }
a { background-color: rgb(50,23,69); }
div.DivClassName
{
background-color: #321745;
}
.BgClassName
{
background-color: #321745;
}
</style>
border-color css
<style>
span { border-color: #321745; }
span { border-color: rgb(50,23,69); }
td.TdClassName
{
border-color: #321745;
}
.TagClassName
{
border-color: #321745;
}
</style>