Shades of Blackcurrant #352E38
Tints of Blackcurrant #352E38
RGB
CMYK
RGB Variations
Color information
#352E38 (or 0x352E38) is known color: Blackcurrant. HEX triplet: 35, 2E and 38. RGB value is (53,46,56). Sum of RGB (Red+Green+Blue) = 53+46+56=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 56 - color contains mainly: blue. Hex color #352E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E38 is #CAD1C7. Grayscale: #313131. Windows color (decimal): -13291976 or 3681845. OLE color: 3681845.
HSL color Cylindrical-coordinate representation of color #352E38: hue angle of 282º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #352E38 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 46 | 56 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.78 |
| HSL | 282º | 0.1% | 0.2% | - |
| HSV(B) | 282º | 0.18% | 0.22% | - |
| XYZ | 3.16 | 3 | 4.15 | - |
| YUV | 49.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 56 | 0.05 | 0.18 | 0 | 0.78 | 282 | 0.1 | 0.2 |
| Hex | 35 | 2E | 38 | 5 | 12 | 0 | 4E | 11A | A | 14 |
| Octal | 65 | 56 | 70 | 5 | 22 | 0 | 116 | 432 | 12 | 24 |
| Binary | 110101 | 101110 | 111000 | 101 | 10010 | 0 | 1001110 | 100011010 | 1010 | 10100 |
Color Harmonies of #352E38
Complementary color
Monochromatic Colors of #352E38
Black with #352E38
Text Example
Text Example
White with #352E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E38; }
p { color: rgb(53,46,56); }
H1.HeaderClassName
{
color: #352E38;
}
.AnyTagClassName
{
color: #352E38;
}
</style>
background-color css
<style>
a { background-color: #352E38; }
a { background-color: rgb(53,46,56); }
div.DivClassName
{
background-color: #352E38;
}
.BgClassName
{
background-color: #352E38;
}
</style>
border-color css
<style>
span { border-color: #352E38; }
span { border-color: rgb(53,46,56); }
td.TdClassName
{
border-color: #352E38;
}
.TagClassName
{
border-color: #352E38;
}
</style>