Shades of Blackcurrant #321947
Tints of Blackcurrant #321947
RGB
CMYK
RGB Variations
Color information
#321947 (or 0x321947) is known color: Blackcurrant. HEX triplet: 32, 19 and 47. RGB value is (50,25,71). Sum of RGB (Red+Green+Blue) = 50+25+71=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #321947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321947 is #CDE6B8. Grayscale: #252525. Windows color (decimal): -13493945 or 4659506. OLE color: 4659506.
HSL color Cylindrical-coordinate representation of color #321947: hue angle of 272.61º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #321947 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 25 | 71 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.72 |
| HSL | 272.61º | 0.48% | 0.19% | - |
| HSV(B) | 272.61º | 0.65% | 0.28% | - |
| XYZ | 2.8 | 1.83 | 6.17 | - |
| YUV | 37.72 | 146.78 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 71 | 0.30 | 0.65 | 0 | 0.72 | 272.61 | 0.48 | 0.19 |
| Hex | 32 | 19 | 47 | 1E | 41 | 0 | 48 | 111 | 30 | 13 |
| Octal | 62 | 31 | 107 | 36 | 101 | 0 | 110 | 421 | 60 | 23 |
| Binary | 110010 | 11001 | 1000111 | 11110 | 1000001 | 0 | 1001000 | 100010001 | 110000 | 10011 |
Color Harmonies of #321947
Complementary color
Monochromatic Colors of #321947
Black with #321947
Text Example
Text Example
White with #321947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321947; }
p { color: rgb(50,25,71); }
H1.HeaderClassName
{
color: #321947;
}
.AnyTagClassName
{
color: #321947;
}
</style>
background-color css
<style>
a { background-color: #321947; }
a { background-color: rgb(50,25,71); }
div.DivClassName
{
background-color: #321947;
}
.BgClassName
{
background-color: #321947;
}
</style>
border-color css
<style>
span { border-color: #321947; }
span { border-color: rgb(50,25,71); }
td.TdClassName
{
border-color: #321947;
}
.TagClassName
{
border-color: #321947;
}
</style>