Shades of Blackcurrant #352040
Tints of Blackcurrant #352040
RGB
CMYK
RGB Variations
Color information
#352040 (or 0x352040) is known color: Blackcurrant. HEX triplet: 35, 20 and 40. RGB value is (53,32,64). Sum of RGB (Red+Green+Blue) = 53+32+64=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 64 - color contains mainly: blue. Hex color #352040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352040 is #CADFBF. Grayscale: #292929. Windows color (decimal): -13295552 or 4202549. OLE color: 4202549.
HSL color Cylindrical-coordinate representation of color #352040: hue angle of 279.38º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #352040 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 32 | 64 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.75 |
| HSL | 279.38º | 0.33% | 0.19% | - |
| HSV(B) | 279.38º | 0.5% | 0.25% | - |
| XYZ | 2.91 | 2.16 | 5.11 | - |
| YUV | 41.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 32 | 64 | 0.17 | 0.50 | 0 | 0.75 | 279.38 | 0.33 | 0.19 |
| Hex | 35 | 20 | 40 | 11 | 32 | 0 | 4B | 117 | 21 | 13 |
| Octal | 65 | 40 | 100 | 21 | 62 | 0 | 113 | 427 | 41 | 23 |
| Binary | 110101 | 100000 | 1000000 | 10001 | 110010 | 0 | 1001011 | 100010111 | 100001 | 10011 |
Color Harmonies of #352040
Complementary color
Monochromatic Colors of #352040
Black with #352040
Text Example
Text Example
White with #352040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352040; }
p { color: rgb(53,32,64); }
H1.HeaderClassName
{
color: #352040;
}
.AnyTagClassName
{
color: #352040;
}
</style>
background-color css
<style>
a { background-color: #352040; }
a { background-color: rgb(53,32,64); }
div.DivClassName
{
background-color: #352040;
}
.BgClassName
{
background-color: #352040;
}
</style>
border-color css
<style>
span { border-color: #352040; }
span { border-color: rgb(53,32,64); }
td.TdClassName
{
border-color: #352040;
}
.TagClassName
{
border-color: #352040;
}
</style>