Shades of Blackcurrant #352440
Tints of Blackcurrant #352440
RGB
CMYK
RGB Variations
Color information
#352440 (or 0x352440) is known color: Blackcurrant. HEX triplet: 35, 24 and 40. RGB value is (53,36,64). Sum of RGB (Red+Green+Blue) = 53+36+64=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 64 - color contains mainly: blue. Hex color #352440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352440 is #CADBBF. Grayscale: #2C2C2C. Windows color (decimal): -13294528 or 4203573. OLE color: 4203573.
HSL color Cylindrical-coordinate representation of color #352440: hue angle of 276.43º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #352440 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 36 | 64 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.75 |
| HSL | 276.43º | 0.28% | 0.2% | - |
| HSV(B) | 276.43º | 0.44% | 0.25% | - |
| XYZ | 3.02 | 2.39 | 5.15 | - |
| YUV | 44.28 | 139.13 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 36 | 64 | 0.17 | 0.44 | 0 | 0.75 | 276.43 | 0.28 | 0.2 |
| Hex | 35 | 24 | 40 | 11 | 2C | 0 | 4B | 114 | 1C | 14 |
| Octal | 65 | 44 | 100 | 21 | 54 | 0 | 113 | 424 | 34 | 24 |
| Binary | 110101 | 100100 | 1000000 | 10001 | 101100 | 0 | 1001011 | 100010100 | 11100 | 10100 |
Color Harmonies of #352440
Complementary color
Monochromatic Colors of #352440
Black with #352440
Text Example
Text Example
White with #352440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352440; }
p { color: rgb(53,36,64); }
H1.HeaderClassName
{
color: #352440;
}
.AnyTagClassName
{
color: #352440;
}
</style>
background-color css
<style>
a { background-color: #352440; }
a { background-color: rgb(53,36,64); }
div.DivClassName
{
background-color: #352440;
}
.BgClassName
{
background-color: #352440;
}
</style>
border-color css
<style>
span { border-color: #352440; }
span { border-color: rgb(53,36,64); }
td.TdClassName
{
border-color: #352440;
}
.TagClassName
{
border-color: #352440;
}
</style>