Shades of Blackcurrant #321047
Tints of Blackcurrant #321047
RGB
CMYK
RGB Variations
Color information
#321047 (or 0x321047) is known color: Blackcurrant. HEX triplet: 32, 10 and 47. RGB value is (50,16,71). Sum of RGB (Red+Green+Blue) = 50+16+71=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 71 (28.12% from 255 or 51.82% from 137); Max value from RGB is 71 - color contains mainly: blue. Hex color #321047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321047 is #CDEFB8. Grayscale: #202020. Windows color (decimal): -13496249 or 4657202. OLE color: 4657202.
HSL color Cylindrical-coordinate representation of color #321047: hue angle of 277.09º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #321047 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 16 | 71 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.72 |
| HSL | 277.09º | 0.63% | 0.17% | - |
| HSV(B) | 277.09º | 0.77% | 0.28% | - |
| XYZ | 2.64 | 1.5 | 6.11 | - |
| YUV | 32.44 | 149.76 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 71 | 0.30 | 0.77 | 0 | 0.72 | 277.09 | 0.63 | 0.17 |
| Hex | 32 | 10 | 47 | 1E | 4D | 0 | 48 | 115 | 3F | 11 |
| Octal | 62 | 20 | 107 | 36 | 115 | 0 | 110 | 425 | 77 | 21 |
| Binary | 110010 | 10000 | 1000111 | 11110 | 1001101 | 0 | 1001000 | 100010101 | 111111 | 10001 |
Color Harmonies of #321047
Complementary color
Monochromatic Colors of #321047
Black with #321047
Text Example
Text Example
White with #321047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321047; }
p { color: rgb(50,16,71); }
H1.HeaderClassName
{
color: #321047;
}
.AnyTagClassName
{
color: #321047;
}
</style>
background-color css
<style>
a { background-color: #321047; }
a { background-color: rgb(50,16,71); }
div.DivClassName
{
background-color: #321047;
}
.BgClassName
{
background-color: #321047;
}
</style>
border-color css
<style>
span { border-color: #321047; }
span { border-color: rgb(50,16,71); }
td.TdClassName
{
border-color: #321047;
}
.TagClassName
{
border-color: #321047;
}
</style>