Shades of Blackcurrant #331350
Tints of Blackcurrant #331350
RGB
CMYK
RGB Variations
Color information
#331350 (or 0x331350) is known color: Blackcurrant. HEX triplet: 33, 13 and 50. RGB value is (51,19,80). Sum of RGB (Red+Green+Blue) = 51+19+80=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #331350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331350 is #CCECAF. Grayscale: #232323. Windows color (decimal): -13429936 or 5247795. OLE color: 5247795.
HSL color Cylindrical-coordinate representation of color #331350: hue angle of 271.48º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #331350 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 19 | 80 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.69 |
| HSL | 271.48º | 0.62% | 0.19% | - |
| HSV(B) | 271.48º | 0.76% | 0.31% | - |
| XYZ | 3.05 | 1.75 | 7.77 | - |
| YUV | 35.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 80 | 0.36 | 0.76 | 0 | 0.69 | 271.48 | 0.62 | 0.19 |
| Hex | 33 | 13 | 50 | 24 | 4C | 0 | 45 | 10F | 3E | 13 |
| Octal | 63 | 23 | 120 | 44 | 114 | 0 | 105 | 417 | 76 | 23 |
| Binary | 110011 | 10011 | 1010000 | 100100 | 1001100 | 0 | 1000101 | 100001111 | 111110 | 10011 |
Color Harmonies of #331350
Complementary color
Monochromatic Colors of #331350
Black with #331350
Text Example
Text Example
White with #331350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331350; }
p { color: rgb(51,19,80); }
H1.HeaderClassName
{
color: #331350;
}
.AnyTagClassName
{
color: #331350;
}
</style>
background-color css
<style>
a { background-color: #331350; }
a { background-color: rgb(51,19,80); }
div.DivClassName
{
background-color: #331350;
}
.BgClassName
{
background-color: #331350;
}
</style>
border-color css
<style>
span { border-color: #331350; }
span { border-color: rgb(51,19,80); }
td.TdClassName
{
border-color: #331350;
}
.TagClassName
{
border-color: #331350;
}
</style>