Shades of Blackcurrant #350553
Tints of Blackcurrant #350553
RGB
CMYK
RGB Variations
Color information
#350553 (or 0x350553) is known color: Blackcurrant. HEX triplet: 35, 05 and 53. RGB value is (53,5,83). Sum of RGB (Red+Green+Blue) = 53+5+83=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #350553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350553 is #CAFAAC. Grayscale: #1B1B1B. Windows color (decimal): -13302445 or 5440821. OLE color: 5440821.
HSL color Cylindrical-coordinate representation of color #350553: hue angle of 276.92º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350553 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 5 | 83 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.67 |
| HSL | 276.92º | 0.89% | 0.17% | - |
| HSV(B) | 276.92º | 0.94% | 0.33% | - |
| XYZ | 3.08 | 1.49 | 8.31 | - |
| YUV | 28.24 | 158.9 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 5 | 83 | 0.36 | 0.94 | 0 | 0.67 | 276.92 | 0.89 | 0.17 |
| Hex | 35 | 5 | 53 | 24 | 5E | 0 | 43 | 115 | 59 | 11 |
| Octal | 65 | 5 | 123 | 44 | 136 | 0 | 103 | 425 | 131 | 21 |
| Binary | 110101 | 101 | 1010011 | 100100 | 1011110 | 0 | 1000011 | 100010101 | 1011001 | 10001 |
Color Harmonies of #350553
Complementary color
Monochromatic Colors of #350553
Black with #350553
Text Example
Text Example
White with #350553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350553; }
p { color: rgb(53,5,83); }
H1.HeaderClassName
{
color: #350553;
}
.AnyTagClassName
{
color: #350553;
}
</style>
background-color css
<style>
a { background-color: #350553; }
a { background-color: rgb(53,5,83); }
div.DivClassName
{
background-color: #350553;
}
.BgClassName
{
background-color: #350553;
}
</style>
border-color css
<style>
span { border-color: #350553; }
span { border-color: rgb(53,5,83); }
td.TdClassName
{
border-color: #350553;
}
.TagClassName
{
border-color: #350553;
}
</style>