Shades of Blackcurrant #321147
Tints of Blackcurrant #321147
RGB
CMYK
RGB Variations
Color information
#321147 (or 0x321147) is known color: Blackcurrant. HEX triplet: 32, 11 and 47. RGB value is (50,17,71). Sum of RGB (Red+Green+Blue) = 50+17+71=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #321147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321147 is #CDEEB8. Grayscale: #202020. Windows color (decimal): -13495993 or 4657458. OLE color: 4657458.
HSL color Cylindrical-coordinate representation of color #321147: hue angle of 276.67º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #321147 is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 17 | 71 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.72 |
| HSL | 276.67º | 0.61% | 0.17% | - |
| HSV(B) | 276.67º | 0.76% | 0.28% | - |
| XYZ | 2.65 | 1.53 | 6.12 | - |
| YUV | 33.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 71 | 0.30 | 0.76 | 0 | 0.72 | 276.67 | 0.61 | 0.17 |
| Hex | 32 | 11 | 47 | 1E | 4C | 0 | 48 | 115 | 3D | 11 |
| Octal | 62 | 21 | 107 | 36 | 114 | 0 | 110 | 425 | 75 | 21 |
| Binary | 110010 | 10001 | 1000111 | 11110 | 1001100 | 0 | 1001000 | 100010101 | 111101 | 10001 |
Color Harmonies of #321147
Complementary color
Monochromatic Colors of #321147
Black with #321147
Text Example
Text Example
White with #321147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321147; }
p { color: rgb(50,17,71); }
H1.HeaderClassName
{
color: #321147;
}
.AnyTagClassName
{
color: #321147;
}
</style>
background-color css
<style>
a { background-color: #321147; }
a { background-color: rgb(50,17,71); }
div.DivClassName
{
background-color: #321147;
}
.BgClassName
{
background-color: #321147;
}
</style>
border-color css
<style>
span { border-color: #321147; }
span { border-color: rgb(50,17,71); }
td.TdClassName
{
border-color: #321147;
}
.TagClassName
{
border-color: #321147;
}
</style>