Shades of Blackcurrant #321C45
Tints of Blackcurrant #321C45
RGB
CMYK
RGB Variations
Color information
#321C45 (or 0x321C45) is known color: Blackcurrant. HEX triplet: 32, 1C and 45. RGB value is (50,28,69). Sum of RGB (Red+Green+Blue) = 50+28+69=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 69 (27.34% from 255 or 46.94% from 147); Max value from RGB is 69 - color contains mainly: blue. Hex color #321C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321C45 is #CDE3BA. Grayscale: #272727. Windows color (decimal): -13493179 or 4529202. OLE color: 4529202.
HSL color Cylindrical-coordinate representation of color #321C45: hue angle of 272.2º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #321C45 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 28 | 69 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.73 |
| HSL | 272.2º | 0.42% | 0.19% | - |
| HSV(B) | 272.2º | 0.59% | 0.27% | - |
| XYZ | 2.8 | 1.94 | 5.86 | - |
| YUV | 39.25 | 144.79 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 69 | 0.28 | 0.59 | 0 | 0.73 | 272.2 | 0.42 | 0.19 |
| Hex | 32 | 1C | 45 | 1C | 3B | 0 | 49 | 110 | 2A | 13 |
| Octal | 62 | 34 | 105 | 34 | 73 | 0 | 111 | 420 | 52 | 23 |
| Binary | 110010 | 11100 | 1000101 | 11100 | 111011 | 0 | 1001001 | 100010000 | 101010 | 10011 |
Color Harmonies of #321C45
Complementary color
Monochromatic Colors of #321C45
Black with #321C45
Text Example
Text Example
White with #321C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C45; }
p { color: rgb(50,28,69); }
H1.HeaderClassName
{
color: #321C45;
}
.AnyTagClassName
{
color: #321C45;
}
</style>
background-color css
<style>
a { background-color: #321C45; }
a { background-color: rgb(50,28,69); }
div.DivClassName
{
background-color: #321C45;
}
.BgClassName
{
background-color: #321C45;
}
</style>
border-color css
<style>
span { border-color: #321C45; }
span { border-color: rgb(50,28,69); }
td.TdClassName
{
border-color: #321C45;
}
.TagClassName
{
border-color: #321C45;
}
</style>