Shades of Blackcurrant #321044
Tints of Blackcurrant #321044
RGB
CMYK
RGB Variations
Color information
#321044 (or 0x321044) is known color: Blackcurrant. HEX triplet: 32, 10 and 44. RGB value is (50,16,68). Sum of RGB (Red+Green+Blue) = 50+16+68=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 68 (26.95% from 255 or 50.75% from 134); Max value from RGB is 68 - color contains mainly: blue. Hex color #321044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321044 is #CDEFBB. Grayscale: #1F1F1F. Windows color (decimal): -13496252 or 4460594. OLE color: 4460594.
HSL color Cylindrical-coordinate representation of color #321044: hue angle of 279.23º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #321044 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 16 | 68 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.73 |
| HSL | 279.23º | 0.62% | 0.16% | - |
| HSV(B) | 279.23º | 0.76% | 0.27% | - |
| XYZ | 2.54 | 1.47 | 5.62 | - |
| YUV | 32.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 68 | 0.26 | 0.76 | 0 | 0.73 | 279.23 | 0.62 | 0.16 |
| Hex | 32 | 10 | 44 | 1A | 4C | 0 | 49 | 117 | 3E | 10 |
| Octal | 62 | 20 | 104 | 32 | 114 | 0 | 111 | 427 | 76 | 20 |
| Binary | 110010 | 10000 | 1000100 | 11010 | 1001100 | 0 | 1001001 | 100010111 | 111110 | 10000 |
Color Harmonies of #321044
Complementary color
Monochromatic Colors of #321044
Black with #321044
Text Example
Text Example
White with #321044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321044; }
p { color: rgb(50,16,68); }
H1.HeaderClassName
{
color: #321044;
}
.AnyTagClassName
{
color: #321044;
}
</style>
background-color css
<style>
a { background-color: #321044; }
a { background-color: rgb(50,16,68); }
div.DivClassName
{
background-color: #321044;
}
.BgClassName
{
background-color: #321044;
}
</style>
border-color css
<style>
span { border-color: #321044; }
span { border-color: rgb(50,16,68); }
td.TdClassName
{
border-color: #321044;
}
.TagClassName
{
border-color: #321044;
}
</style>