Shades of Blackcurrant #321241
Tints of Blackcurrant #321241
RGB
CMYK
RGB Variations
Color information
#321241 (or 0x321241) is known color: Blackcurrant. HEX triplet: 32, 12 and 41. RGB value is (50,18,65). Sum of RGB (Red+Green+Blue) = 50+18+65=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #321241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321241 is #CDEDBE. Grayscale: #202020. Windows color (decimal): -13495743 or 4264498. OLE color: 4264498.
HSL color Cylindrical-coordinate representation of color #321241: hue angle of 280.85º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #321241 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 18 | 65 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.75 |
| HSL | 280.85º | 0.57% | 0.16% | - |
| HSV(B) | 280.85º | 0.72% | 0.25% | - |
| XYZ | 2.49 | 1.49 | 5.16 | - |
| YUV | 32.93 | 146.1 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 65 | 0.23 | 0.72 | 0 | 0.75 | 280.85 | 0.57 | 0.16 |
| Hex | 32 | 12 | 41 | 17 | 48 | 0 | 4B | 119 | 39 | 10 |
| Octal | 62 | 22 | 101 | 27 | 110 | 0 | 113 | 431 | 71 | 20 |
| Binary | 110010 | 10010 | 1000001 | 10111 | 1001000 | 0 | 1001011 | 100011001 | 111001 | 10000 |
Color Harmonies of #321241
Complementary color
Monochromatic Colors of #321241
Black with #321241
Text Example
Text Example
White with #321241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321241; }
p { color: rgb(50,18,65); }
H1.HeaderClassName
{
color: #321241;
}
.AnyTagClassName
{
color: #321241;
}
</style>
background-color css
<style>
a { background-color: #321241; }
a { background-color: rgb(50,18,65); }
div.DivClassName
{
background-color: #321241;
}
.BgClassName
{
background-color: #321241;
}
</style>
border-color css
<style>
span { border-color: #321241; }
span { border-color: rgb(50,18,65); }
td.TdClassName
{
border-color: #321241;
}
.TagClassName
{
border-color: #321241;
}
</style>