Shades of Coffee Bean #322A24
Tints of Coffee Bean #322A24
RGB
CMYK
RGB Variations
Color information
#322A24 (or 0x322A24) is known color: Coffee Bean. HEX triplet: 32, 2A and 24. RGB value is (50,42,36). Sum of RGB (Red+Green+Blue) = 50+42+36=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 50 - color contains mainly: red. Hex color #322A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322A24 is #CDD5DB. Grayscale: #2B2B2B. Windows color (decimal): -13489628 or 2370098. OLE color: 2370098.
HSL color Cylindrical-coordinate representation of color #322A24: hue angle of 25.71º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #322A24 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 42 | 36 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.80 |
| HSL | 25.71º | 0.16% | 0.17% | - |
| HSV(B) | 25.71º | 0.28% | 0.2% | - |
| XYZ | 2.46 | 2.46 | 2.01 | - |
| YUV | 43.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 36 | 0 | 0.16 | 0.28 | 0.80 | 25.71 | 0.16 | 0.17 |
| Hex | 32 | 2A | 24 | 0 | 10 | 1C | 50 | 1A | 10 | 11 |
| Octal | 62 | 52 | 44 | 0 | 20 | 34 | 120 | 32 | 20 | 21 |
| Binary | 110010 | 101010 | 100100 | 0 | 10000 | 11100 | 1010000 | 11010 | 10000 | 10001 |
Color Harmonies of #322A24
Complementary color
Monochromatic Colors of #322A24
Black with #322A24
Text Example
Text Example
White with #322A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A24; }
p { color: rgb(50,42,36); }
H1.HeaderClassName
{
color: #322A24;
}
.AnyTagClassName
{
color: #322A24;
}
</style>
background-color css
<style>
a { background-color: #322A24; }
a { background-color: rgb(50,42,36); }
div.DivClassName
{
background-color: #322A24;
}
.BgClassName
{
background-color: #322A24;
}
</style>
border-color css
<style>
span { border-color: #322A24; }
span { border-color: rgb(50,42,36); }
td.TdClassName
{
border-color: #322A24;
}
.TagClassName
{
border-color: #322A24;
}
</style>