Shades of Blackcurrant #321145
Tints of Blackcurrant #321145
RGB
CMYK
RGB Variations
Color information
#321145 (or 0x321145) is known color: Blackcurrant. HEX triplet: 32, 11 and 45. RGB value is (50,17,69). Sum of RGB (Red+Green+Blue) = 50+17+69=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 69 (27.34% from 255 or 50.74% from 136); Max value from RGB is 69 - color contains mainly: blue. Hex color #321145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321145 is #CDEEBA. Grayscale: #202020. Windows color (decimal): -13495995 or 4526386. OLE color: 4526386.
HSL color Cylindrical-coordinate representation of color #321145: hue angle of 278.08º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #321145 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 17 | 69 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.73 |
| HSL | 278.08º | 0.6% | 0.17% | - |
| HSV(B) | 278.08º | 0.75% | 0.27% | - |
| XYZ | 2.59 | 1.51 | 5.78 | - |
| YUV | 32.8 | 148.43 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 69 | 0.28 | 0.75 | 0 | 0.73 | 278.08 | 0.6 | 0.17 |
| Hex | 32 | 11 | 45 | 1C | 4B | 0 | 49 | 116 | 3C | 11 |
| Octal | 62 | 21 | 105 | 34 | 113 | 0 | 111 | 426 | 74 | 21 |
| Binary | 110010 | 10001 | 1000101 | 11100 | 1001011 | 0 | 1001001 | 100010110 | 111100 | 10001 |
Color Harmonies of #321145
Complementary color
Monochromatic Colors of #321145
Black with #321145
Text Example
Text Example
White with #321145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321145; }
p { color: rgb(50,17,69); }
H1.HeaderClassName
{
color: #321145;
}
.AnyTagClassName
{
color: #321145;
}
</style>
background-color css
<style>
a { background-color: #321145; }
a { background-color: rgb(50,17,69); }
div.DivClassName
{
background-color: #321145;
}
.BgClassName
{
background-color: #321145;
}
</style>
border-color css
<style>
span { border-color: #321145; }
span { border-color: rgb(50,17,69); }
td.TdClassName
{
border-color: #321145;
}
.TagClassName
{
border-color: #321145;
}
</style>