Shades of Blackcurrant #350550
Tints of Blackcurrant #350550
RGB
CMYK
RGB Variations
Color information
#350550 (or 0x350550) is known color: Blackcurrant. HEX triplet: 35, 05 and 50. RGB value is (53,5,80). Sum of RGB (Red+Green+Blue) = 53+5+80=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #350550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350550 is #CAFAAF. Grayscale: #1B1B1B. Windows color (decimal): -13302448 or 5244213. OLE color: 5244213.
HSL color Cylindrical-coordinate representation of color #350550: hue angle of 278.4º 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 #350550 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 5 | 80 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.69 |
| HSL | 278.4º | 0.88% | 0.17% | - |
| HSV(B) | 278.4º | 0.94% | 0.31% | - |
| XYZ | 2.97 | 1.44 | 7.71 | - |
| YUV | 27.9 | 157.4 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 5 | 80 | 0.34 | 0.94 | 0 | 0.69 | 278.4 | 0.88 | 0.17 |
| Hex | 35 | 5 | 50 | 22 | 5E | 0 | 45 | 116 | 58 | 11 |
| Octal | 65 | 5 | 120 | 42 | 136 | 0 | 105 | 426 | 130 | 21 |
| Binary | 110101 | 101 | 1010000 | 100010 | 1011110 | 0 | 1000101 | 100010110 | 1011000 | 10001 |
Color Harmonies of #350550
Complementary color
Monochromatic Colors of #350550
Black with #350550
Text Example
Text Example
White with #350550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350550; }
p { color: rgb(53,5,80); }
H1.HeaderClassName
{
color: #350550;
}
.AnyTagClassName
{
color: #350550;
}
</style>
background-color css
<style>
a { background-color: #350550; }
a { background-color: rgb(53,5,80); }
div.DivClassName
{
background-color: #350550;
}
.BgClassName
{
background-color: #350550;
}
</style>
border-color css
<style>
span { border-color: #350550; }
span { border-color: rgb(53,5,80); }
td.TdClassName
{
border-color: #350550;
}
.TagClassName
{
border-color: #350550;
}
</style>