Shades of Blackcurrant #321D41
Tints of Blackcurrant #321D41
RGB
CMYK
RGB Variations
Color information
#321D41 (or 0x321D41) is known color: Blackcurrant. HEX triplet: 32, 1D and 41. RGB value is (50,29,65). Sum of RGB (Red+Green+Blue) = 50+29+65=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #321D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321D41 is #CDE2BE. Grayscale: #272727. Windows color (decimal): -13492927 or 4267314. OLE color: 4267314.
HSL color Cylindrical-coordinate representation of color #321D41: hue angle of 275º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #321D41 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 29 | 65 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.75 |
| HSL | 275º | 0.38% | 0.18% | - |
| HSV(B) | 275º | 0.55% | 0.25% | - |
| XYZ | 2.71 | 1.94 | 5.23 | - |
| YUV | 39.38 | 142.46 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 65 | 0.23 | 0.55 | 0 | 0.75 | 275 | 0.38 | 0.18 |
| Hex | 32 | 1D | 41 | 17 | 37 | 0 | 4B | 113 | 26 | 12 |
| Octal | 62 | 35 | 101 | 27 | 67 | 0 | 113 | 423 | 46 | 22 |
| Binary | 110010 | 11101 | 1000001 | 10111 | 110111 | 0 | 1001011 | 100010011 | 100110 | 10010 |
Color Harmonies of #321D41
Complementary color
Monochromatic Colors of #321D41
Black with #321D41
Text Example
Text Example
White with #321D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321D41; }
p { color: rgb(50,29,65); }
H1.HeaderClassName
{
color: #321D41;
}
.AnyTagClassName
{
color: #321D41;
}
</style>
background-color css
<style>
a { background-color: #321D41; }
a { background-color: rgb(50,29,65); }
div.DivClassName
{
background-color: #321D41;
}
.BgClassName
{
background-color: #321D41;
}
</style>
border-color css
<style>
span { border-color: #321D41; }
span { border-color: rgb(50,29,65); }
td.TdClassName
{
border-color: #321D41;
}
.TagClassName
{
border-color: #321D41;
}
</style>