Shades of Coffee Bean #352B24
Tints of Coffee Bean #352B24
RGB
CMYK
RGB Variations
Color information
#352B24 (or 0x352B24) is known color: Coffee Bean. HEX triplet: 35, 2B and 24. RGB value is (53,43,36). Sum of RGB (Red+Green+Blue) = 53+43+36=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 53 - color contains mainly: red. Hex color #352B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B24 is #CAD4DB. Grayscale: #2D2D2D. Windows color (decimal): -13292764 or 2370357. OLE color: 2370357.
HSL color Cylindrical-coordinate representation of color #352B24: hue angle of 24.71º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #352B24 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 43 | 36 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.79 |
| HSL | 24.71º | 0.19% | 0.17% | - |
| HSV(B) | 24.71º | 0.32% | 0.21% | - |
| XYZ | 2.65 | 2.61 | 2.03 | - |
| YUV | 45.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 43 | 36 | 0 | 0.19 | 0.32 | 0.79 | 24.71 | 0.19 | 0.17 |
| Hex | 35 | 2B | 24 | 0 | 13 | 20 | 4F | 19 | 13 | 11 |
| Octal | 65 | 53 | 44 | 0 | 23 | 40 | 117 | 31 | 23 | 21 |
| Binary | 110101 | 101011 | 100100 | 0 | 10011 | 100000 | 1001111 | 11001 | 10011 | 10001 |
Color Harmonies of #352B24
Complementary color
Monochromatic Colors of #352B24
Black with #352B24
Text Example
Text Example
White with #352B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352B24; }
p { color: rgb(53,43,36); }
H1.HeaderClassName
{
color: #352B24;
}
.AnyTagClassName
{
color: #352B24;
}
</style>
background-color css
<style>
a { background-color: #352B24; }
a { background-color: rgb(53,43,36); }
div.DivClassName
{
background-color: #352B24;
}
.BgClassName
{
background-color: #352B24;
}
</style>
border-color css
<style>
span { border-color: #352B24; }
span { border-color: rgb(53,43,36); }
td.TdClassName
{
border-color: #352B24;
}
.TagClassName
{
border-color: #352B24;
}
</style>