Shades of Blackcurrant #321346
Tints of Blackcurrant #321346
RGB
CMYK
RGB Variations
Color information
#321346 (or 0x321346) is known color: Blackcurrant. HEX triplet: 32, 13 and 46. RGB value is (50,19,70). Sum of RGB (Red+Green+Blue) = 50+19+70=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 70 (27.73% from 255 or 50.36% from 139); Max value from RGB is 70 - color contains mainly: blue. Hex color #321346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321346 is #CDECB9. Grayscale: #212121. Windows color (decimal): -13495482 or 4592434. OLE color: 4592434.
HSL color Cylindrical-coordinate representation of color #321346: hue angle of 276.47º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #321346 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 19 | 70 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.73 |
| HSL | 276.47º | 0.57% | 0.17% | - |
| HSV(B) | 276.47º | 0.73% | 0.27% | - |
| XYZ | 2.65 | 1.59 | 5.96 | - |
| YUV | 34.08 | 148.27 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 70 | 0.29 | 0.73 | 0 | 0.73 | 276.47 | 0.57 | 0.17 |
| Hex | 32 | 13 | 46 | 1D | 49 | 0 | 49 | 114 | 39 | 11 |
| Octal | 62 | 23 | 106 | 35 | 111 | 0 | 111 | 424 | 71 | 21 |
| Binary | 110010 | 10011 | 1000110 | 11101 | 1001001 | 0 | 1001001 | 100010100 | 111001 | 10001 |
Color Harmonies of #321346
Complementary color
Monochromatic Colors of #321346
Black with #321346
Text Example
Text Example
White with #321346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321346; }
p { color: rgb(50,19,70); }
H1.HeaderClassName
{
color: #321346;
}
.AnyTagClassName
{
color: #321346;
}
</style>
background-color css
<style>
a { background-color: #321346; }
a { background-color: rgb(50,19,70); }
div.DivClassName
{
background-color: #321346;
}
.BgClassName
{
background-color: #321346;
}
</style>
border-color css
<style>
span { border-color: #321346; }
span { border-color: rgb(50,19,70); }
td.TdClassName
{
border-color: #321346;
}
.TagClassName
{
border-color: #321346;
}
</style>