Shades of Blackcurrant #350555
Tints of Blackcurrant #350555
RGB
CMYK
RGB Variations
Color information
#350555 (or 0x350555) is known color: Blackcurrant. HEX triplet: 35, 05 and 55. RGB value is (53,5,85). Sum of RGB (Red+Green+Blue) = 53+5+85=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 85 (33.59% from 255 or 59.44% from 143); Max value from RGB is 85 - color contains mainly: blue. Hex color #350555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350555 is #CAFAAA. Grayscale: #1C1C1C. Windows color (decimal): -13302443 or 5571893. OLE color: 5571893.
HSL color Cylindrical-coordinate representation of color #350555: hue angle of 276º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350555 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 5 | 85 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.67 |
| HSL | 276º | 0.89% | 0.18% | - |
| HSV(B) | 276º | 0.94% | 0.33% | - |
| XYZ | 3.16 | 1.52 | 8.72 | - |
| YUV | 28.47 | 159.9 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 5 | 85 | 0.38 | 0.94 | 0 | 0.67 | 276 | 0.89 | 0.18 |
| Hex | 35 | 5 | 55 | 26 | 5E | 0 | 43 | 114 | 59 | 12 |
| Octal | 65 | 5 | 125 | 46 | 136 | 0 | 103 | 424 | 131 | 22 |
| Binary | 110101 | 101 | 1010101 | 100110 | 1011110 | 0 | 1000011 | 100010100 | 1011001 | 10010 |
Color Harmonies of #350555
Complementary color
Monochromatic Colors of #350555
Black with #350555
Text Example
Text Example
White with #350555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350555; }
p { color: rgb(53,5,85); }
H1.HeaderClassName
{
color: #350555;
}
.AnyTagClassName
{
color: #350555;
}
</style>
background-color css
<style>
a { background-color: #350555; }
a { background-color: rgb(53,5,85); }
div.DivClassName
{
background-color: #350555;
}
.BgClassName
{
background-color: #350555;
}
</style>
border-color css
<style>
span { border-color: #350555; }
span { border-color: rgb(53,5,85); }
td.TdClassName
{
border-color: #350555;
}
.TagClassName
{
border-color: #350555;
}
</style>