Shades of Coffee Bean #352F2A
Tints of Coffee Bean #352F2A
RGB
CMYK
RGB Variations
Color information
#352F2A (or 0x352F2A) is known color: Coffee Bean. HEX triplet: 35, 2F and 2A. RGB value is (53,47,42). Sum of RGB (Red+Green+Blue) = 53+47+42=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 53 - color contains mainly: red. Hex color #352F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F2A is #CAD0D5. Grayscale: #303030. Windows color (decimal): -13291734 or 2764597. OLE color: 2764597.
HSL color Cylindrical-coordinate representation of color #352F2A: hue angle of 27.27º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #352F2A is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 47 | 42 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.79 |
| HSL | 27.27º | 0.12% | 0.19% | - |
| HSV(B) | 27.27º | 0.21% | 0.21% | - |
| XYZ | 2.9 | 2.96 | 2.61 | - |
| YUV | 48.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 42 | 0 | 0.11 | 0.21 | 0.79 | 27.27 | 0.12 | 0.19 |
| Hex | 35 | 2F | 2A | 0 | B | 15 | 4F | 1B | C | 13 |
| Octal | 65 | 57 | 52 | 0 | 13 | 25 | 117 | 33 | 14 | 23 |
| Binary | 110101 | 101111 | 101010 | 0 | 1011 | 10101 | 1001111 | 11011 | 1100 | 10011 |
Color Harmonies of #352F2A
Complementary color
Monochromatic Colors of #352F2A
Black with #352F2A
Text Example
Text Example
White with #352F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F2A; }
p { color: rgb(53,47,42); }
H1.HeaderClassName
{
color: #352F2A;
}
.AnyTagClassName
{
color: #352F2A;
}
</style>
background-color css
<style>
a { background-color: #352F2A; }
a { background-color: rgb(53,47,42); }
div.DivClassName
{
background-color: #352F2A;
}
.BgClassName
{
background-color: #352F2A;
}
</style>
border-color css
<style>
span { border-color: #352F2A; }
span { border-color: rgb(53,47,42); }
td.TdClassName
{
border-color: #352F2A;
}
.TagClassName
{
border-color: #352F2A;
}
</style>