Shades of Blackcurrant #330550
Tints of Blackcurrant #330550
RGB
CMYK
RGB Variations
Color information
#330550 (or 0x330550) is known color: Blackcurrant. HEX triplet: 33, 05 and 50. RGB value is (51,5,80). Sum of RGB (Red+Green+Blue) = 51+5+80=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 80 (31.64% from 255 or 58.82% from 136); Max value from RGB is 80 - color contains mainly: blue. Hex color #330550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330550 is #CCFAAF. Grayscale: #1B1B1B. Windows color (decimal): -13433520 or 5244211. OLE color: 5244211.
HSL color Cylindrical-coordinate representation of color #330550: hue angle of 276.8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330550 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 5 | 80 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.69 |
| HSL | 276.8º | 0.88% | 0.17% | - |
| HSV(B) | 276.8º | 0.94% | 0.31% | - |
| XYZ | 2.87 | 1.39 | 7.71 | - |
| YUV | 27.3 | 157.74 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 80 | 0.36 | 0.94 | 0 | 0.69 | 276.8 | 0.88 | 0.17 |
| Hex | 33 | 5 | 50 | 24 | 5E | 0 | 45 | 115 | 58 | 11 |
| Octal | 63 | 5 | 120 | 44 | 136 | 0 | 105 | 425 | 130 | 21 |
| Binary | 110011 | 101 | 1010000 | 100100 | 1011110 | 0 | 1000101 | 100010101 | 1011000 | 10001 |
Color Harmonies of #330550
Complementary color
Monochromatic Colors of #330550
Black with #330550
Text Example
Text Example
White with #330550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330550; }
p { color: rgb(51,5,80); }
H1.HeaderClassName
{
color: #330550;
}
.AnyTagClassName
{
color: #330550;
}
</style>
background-color css
<style>
a { background-color: #330550; }
a { background-color: rgb(51,5,80); }
div.DivClassName
{
background-color: #330550;
}
.BgClassName
{
background-color: #330550;
}
</style>
border-color css
<style>
span { border-color: #330550; }
span { border-color: rgb(51,5,80); }
td.TdClassName
{
border-color: #330550;
}
.TagClassName
{
border-color: #330550;
}
</style>