Shades of Blackcurrant #321C40
Tints of Blackcurrant #321C40
RGB
CMYK
RGB Variations
Color information
#321C40 (or 0x321C40) is known color: Blackcurrant. HEX triplet: 32, 1C and 40. RGB value is (50,28,64). Sum of RGB (Red+Green+Blue) = 50+28+64=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: blue. Hex color #321C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321C40 is #CDE3BF. Grayscale: #262626. Windows color (decimal): -13493184 or 4201522. OLE color: 4201522.
HSL color Cylindrical-coordinate representation of color #321C40: hue angle of 276.67º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #321C40 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 28 | 64 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.75 |
| HSL | 276.67º | 0.39% | 0.18% | - |
| HSV(B) | 276.67º | 0.56% | 0.25% | - |
| XYZ | 2.66 | 1.88 | 5.07 | - |
| YUV | 38.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 64 | 0.22 | 0.56 | 0 | 0.75 | 276.67 | 0.39 | 0.18 |
| Hex | 32 | 1C | 40 | 16 | 38 | 0 | 4B | 115 | 27 | 12 |
| Octal | 62 | 34 | 100 | 26 | 70 | 0 | 113 | 425 | 47 | 22 |
| Binary | 110010 | 11100 | 1000000 | 10110 | 111000 | 0 | 1001011 | 100010101 | 100111 | 10010 |
Color Harmonies of #321C40
Complementary color
Monochromatic Colors of #321C40
Black with #321C40
Text Example
Text Example
White with #321C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C40; }
p { color: rgb(50,28,64); }
H1.HeaderClassName
{
color: #321C40;
}
.AnyTagClassName
{
color: #321C40;
}
</style>
background-color css
<style>
a { background-color: #321C40; }
a { background-color: rgb(50,28,64); }
div.DivClassName
{
background-color: #321C40;
}
.BgClassName
{
background-color: #321C40;
}
</style>
border-color css
<style>
span { border-color: #321C40; }
span { border-color: rgb(50,28,64); }
td.TdClassName
{
border-color: #321C40;
}
.TagClassName
{
border-color: #321C40;
}
</style>