Shades of Blackcurrant #350551
Tints of Blackcurrant #350551
RGB
CMYK
RGB Variations
Color information
#350551 (or 0x350551) is known color: Blackcurrant. HEX triplet: 35, 05 and 51. RGB value is (53,5,81). Sum of RGB (Red+Green+Blue) = 53+5+81=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 81 (32.03% from 255 or 58.27% from 139); Max value from RGB is 81 - color contains mainly: blue. Hex color #350551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350551 is #CAFAAE. Grayscale: #1B1B1B. Windows color (decimal): -13302447 or 5309749. OLE color: 5309749.
HSL color Cylindrical-coordinate representation of color #350551: hue angle of 277.89º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350551 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 5 | 81 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.68 |
| HSL | 277.89º | 0.88% | 0.17% | - |
| HSV(B) | 277.89º | 0.94% | 0.32% | - |
| XYZ | 3.01 | 1.46 | 7.91 | - |
| YUV | 28.02 | 157.9 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 5 | 81 | 0.35 | 0.94 | 0 | 0.68 | 277.89 | 0.88 | 0.17 |
| Hex | 35 | 5 | 51 | 23 | 5E | 0 | 44 | 116 | 58 | 11 |
| Octal | 65 | 5 | 121 | 43 | 136 | 0 | 104 | 426 | 130 | 21 |
| Binary | 110101 | 101 | 1010001 | 100011 | 1011110 | 0 | 1000100 | 100010110 | 1011000 | 10001 |
Color Harmonies of #350551
Complementary color
Monochromatic Colors of #350551
Black with #350551
Text Example
Text Example
White with #350551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350551; }
p { color: rgb(53,5,81); }
H1.HeaderClassName
{
color: #350551;
}
.AnyTagClassName
{
color: #350551;
}
</style>
background-color css
<style>
a { background-color: #350551; }
a { background-color: rgb(53,5,81); }
div.DivClassName
{
background-color: #350551;
}
.BgClassName
{
background-color: #350551;
}
</style>
border-color css
<style>
span { border-color: #350551; }
span { border-color: rgb(53,5,81); }
td.TdClassName
{
border-color: #350551;
}
.TagClassName
{
border-color: #350551;
}
</style>