Shades of Blackcurrant #350552
Tints of Blackcurrant #350552
RGB
CMYK
RGB Variations
Color information
#350552 (or 0x350552) is known color: Blackcurrant. HEX triplet: 35, 05 and 52. RGB value is (53,5,82). Sum of RGB (Red+Green+Blue) = 53+5+82=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #350552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350552 is #CAFAAD. Grayscale: #1B1B1B. Windows color (decimal): -13302446 or 5375285. OLE color: 5375285.
HSL color Cylindrical-coordinate representation of color #350552: hue angle of 277.4º degrees, saturation: 0.89, 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 #350552 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 5 | 82 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.68 |
| HSL | 277.4º | 0.89% | 0.17% | - |
| HSV(B) | 277.4º | 0.94% | 0.32% | - |
| XYZ | 3.05 | 1.47 | 8.11 | - |
| YUV | 28.13 | 158.4 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 5 | 82 | 0.35 | 0.94 | 0 | 0.68 | 277.4 | 0.89 | 0.17 |
| Hex | 35 | 5 | 52 | 23 | 5E | 0 | 44 | 115 | 59 | 11 |
| Octal | 65 | 5 | 122 | 43 | 136 | 0 | 104 | 425 | 131 | 21 |
| Binary | 110101 | 101 | 1010010 | 100011 | 1011110 | 0 | 1000100 | 100010101 | 1011001 | 10001 |
Color Harmonies of #350552
Complementary color
Monochromatic Colors of #350552
Black with #350552
Text Example
Text Example
White with #350552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350552; }
p { color: rgb(53,5,82); }
H1.HeaderClassName
{
color: #350552;
}
.AnyTagClassName
{
color: #350552;
}
</style>
background-color css
<style>
a { background-color: #350552; }
a { background-color: rgb(53,5,82); }
div.DivClassName
{
background-color: #350552;
}
.BgClassName
{
background-color: #350552;
}
</style>
border-color css
<style>
span { border-color: #350552; }
span { border-color: rgb(53,5,82); }
td.TdClassName
{
border-color: #350552;
}
.TagClassName
{
border-color: #350552;
}
</style>