Shades of Coffee Bean #332F2C
Tints of Coffee Bean #332F2C
RGB
CMYK
RGB Variations
Color information
#332F2C (or 0x332F2C) is known color: Coffee Bean. HEX triplet: 33, 2F and 2C. RGB value is (51,47,44). Sum of RGB (Red+Green+Blue) = 51+47+44=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 51 - color contains mainly: red. Hex color #332F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332F2C is #CCD0D3. Grayscale: #2F2F2F. Windows color (decimal): -13422804 or 2895667. OLE color: 2895667.
HSL color Cylindrical-coordinate representation of color #332F2C: hue angle of 25.71º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #332F2C is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 47 | 44 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.8 |
| HSL | 25.71º | 0.07% | 0.19% | - |
| HSV(B) | 25.71º | 0.14% | 0.2% | - |
| XYZ | 2.84 | 2.92 | 2.8 | - |
| YUV | 47.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 44 | 0 | 0.08 | 0.14 | 0.8 | 25.71 | 0.07 | 0.19 |
| Hex | 33 | 2F | 2C | 0 | 8 | E | 50 | 1A | 7 | 13 |
| Octal | 63 | 57 | 54 | 0 | 10 | 16 | 120 | 32 | 7 | 23 |
| Binary | 110011 | 101111 | 101100 | 0 | 1000 | 1110 | 1010000 | 11010 | 111 | 10011 |
Color Harmonies of #332F2C
Complementary color
Monochromatic Colors of #332F2C
Black with #332F2C
Text Example
Text Example
White with #332F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332F2C; }
p { color: rgb(51,47,44); }
H1.HeaderClassName
{
color: #332F2C;
}
.AnyTagClassName
{
color: #332F2C;
}
</style>
background-color css
<style>
a { background-color: #332F2C; }
a { background-color: rgb(51,47,44); }
div.DivClassName
{
background-color: #332F2C;
}
.BgClassName
{
background-color: #332F2C;
}
</style>
border-color css
<style>
span { border-color: #332F2C; }
span { border-color: rgb(51,47,44); }
td.TdClassName
{
border-color: #332F2C;
}
.TagClassName
{
border-color: #332F2C;
}
</style>