Shades of Blackcurrant #352142
Tints of Blackcurrant #352142
RGB
CMYK
RGB Variations
Color information
#352142 (or 0x352142) is known color: Blackcurrant. HEX triplet: 35, 21 and 42. RGB value is (53,33,66). Sum of RGB (Red+Green+Blue) = 53+33+66=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 66 (26.17% from 255 or 43.42% from 152); Max value from RGB is 66 - color contains mainly: blue. Hex color #352142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352142 is #CADEBD. Grayscale: #2A2A2A. Windows color (decimal): -13295294 or 4333877. OLE color: 4333877.
HSL color Cylindrical-coordinate representation of color #352142: hue angle of 276.36º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #352142 is Cyan = 0.20, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 33 | 66 | - |
| CMYK | 0.20 | 0.5 | 0 | 0.74 |
| HSL | 276.36º | 0.33% | 0.19% | - |
| HSV(B) | 276.36º | 0.5% | 0.26% | - |
| XYZ | 3 | 2.24 | 5.43 | - |
| YUV | 42.74 | 141.13 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 33 | 66 | 0.20 | 0.5 | 0 | 0.74 | 276.36 | 0.33 | 0.19 |
| Hex | 35 | 21 | 42 | 14 | 32 | 0 | 4A | 114 | 21 | 13 |
| Octal | 65 | 41 | 102 | 24 | 62 | 0 | 112 | 424 | 41 | 23 |
| Binary | 110101 | 100001 | 1000010 | 10100 | 110010 | 0 | 1001010 | 100010100 | 100001 | 10011 |
Color Harmonies of #352142
Complementary color
Monochromatic Colors of #352142
Black with #352142
Text Example
Text Example
White with #352142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352142; }
p { color: rgb(53,33,66); }
H1.HeaderClassName
{
color: #352142;
}
.AnyTagClassName
{
color: #352142;
}
</style>
background-color css
<style>
a { background-color: #352142; }
a { background-color: rgb(53,33,66); }
div.DivClassName
{
background-color: #352142;
}
.BgClassName
{
background-color: #352142;
}
</style>
border-color css
<style>
span { border-color: #352142; }
span { border-color: rgb(53,33,66); }
td.TdClassName
{
border-color: #352142;
}
.TagClassName
{
border-color: #352142;
}
</style>