Shades of Coffee Bean #352F2B
Tints of Coffee Bean #352F2B
RGB
CMYK
RGB Variations
Color information
#352F2B (or 0x352F2B) is known color: Coffee Bean. HEX triplet: 35, 2F and 2B. RGB value is (53,47,43). Sum of RGB (Red+Green+Blue) = 53+47+43=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 53 - color contains mainly: red. Hex color #352F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F2B is #CAD0D4. Grayscale: #303030. Windows color (decimal): -13291733 or 2830133. OLE color: 2830133.
HSL color Cylindrical-coordinate representation of color #352F2B: hue angle of 24º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #352F2B is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 47 | 43 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.79 |
| HSL | 24º | 0.1% | 0.19% | - |
| HSV(B) | 24º | 0.19% | 0.21% | - |
| XYZ | 2.92 | 2.96 | 2.7 | - |
| YUV | 48.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 43 | 0 | 0.11 | 0.19 | 0.79 | 24 | 0.1 | 0.19 |
| Hex | 35 | 2F | 2B | 0 | B | 13 | 4F | 18 | A | 13 |
| Octal | 65 | 57 | 53 | 0 | 13 | 23 | 117 | 30 | 12 | 23 |
| Binary | 110101 | 101111 | 101011 | 0 | 1011 | 10011 | 1001111 | 11000 | 1010 | 10011 |
Color Harmonies of #352F2B
Complementary color
Monochromatic Colors of #352F2B
Black with #352F2B
Text Example
Text Example
White with #352F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F2B; }
p { color: rgb(53,47,43); }
H1.HeaderClassName
{
color: #352F2B;
}
.AnyTagClassName
{
color: #352F2B;
}
</style>
background-color css
<style>
a { background-color: #352F2B; }
a { background-color: rgb(53,47,43); }
div.DivClassName
{
background-color: #352F2B;
}
.BgClassName
{
background-color: #352F2B;
}
</style>
border-color css
<style>
span { border-color: #352F2B; }
span { border-color: rgb(53,47,43); }
td.TdClassName
{
border-color: #352F2B;
}
.TagClassName
{
border-color: #352F2B;
}
</style>