Shades of Blackcurrant #352047
Tints of Blackcurrant #352047
RGB
CMYK
RGB Variations
Color information
#352047 (or 0x352047) is known color: Blackcurrant. HEX triplet: 35, 20 and 47. RGB value is (53,32,71). Sum of RGB (Red+Green+Blue) = 53+32+71=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 71 - color contains mainly: blue. Hex color #352047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352047 is #CADFB8. Grayscale: #2A2A2A. Windows color (decimal): -13295545 or 4661301. OLE color: 4661301.
HSL color Cylindrical-coordinate representation of color #352047: hue angle of 272.31º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #352047 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 32 | 71 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.72 |
| HSL | 272.31º | 0.38% | 0.2% | - |
| HSV(B) | 272.31º | 0.55% | 0.28% | - |
| XYZ | 3.12 | 2.24 | 6.23 | - |
| YUV | 42.73 | 143.96 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 32 | 71 | 0.25 | 0.55 | 0 | 0.72 | 272.31 | 0.38 | 0.2 |
| Hex | 35 | 20 | 47 | 19 | 37 | 0 | 48 | 110 | 26 | 14 |
| Octal | 65 | 40 | 107 | 31 | 67 | 0 | 110 | 420 | 46 | 24 |
| Binary | 110101 | 100000 | 1000111 | 11001 | 110111 | 0 | 1001000 | 100010000 | 100110 | 10100 |
Color Harmonies of #352047
Complementary color
Monochromatic Colors of #352047
Black with #352047
Text Example
Text Example
White with #352047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352047; }
p { color: rgb(53,32,71); }
H1.HeaderClassName
{
color: #352047;
}
.AnyTagClassName
{
color: #352047;
}
</style>
background-color css
<style>
a { background-color: #352047; }
a { background-color: rgb(53,32,71); }
div.DivClassName
{
background-color: #352047;
}
.BgClassName
{
background-color: #352047;
}
</style>
border-color css
<style>
span { border-color: #352047; }
span { border-color: rgb(53,32,71); }
td.TdClassName
{
border-color: #352047;
}
.TagClassName
{
border-color: #352047;
}
</style>