Shades of Coffee Bean #322B27
Tints of Coffee Bean #322B27
RGB
CMYK
RGB Variations
Color information
#322B27 (or 0x322B27) is known color: Coffee Bean. HEX triplet: 32, 2B and 27. RGB value is (50,43,39). Sum of RGB (Red+Green+Blue) = 50+43+39=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 50 - color contains mainly: red. Hex color #322B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322B27 is #CDD4D8. Grayscale: #2C2C2C. Windows color (decimal): -13489369 or 2566962. OLE color: 2566962.
HSL color Cylindrical-coordinate representation of color #322B27: hue angle of 21.82º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #322B27 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 43 | 39 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.80 |
| HSL | 21.82º | 0.12% | 0.17% | - |
| HSV(B) | 21.82º | 0.22% | 0.2% | - |
| XYZ | 2.55 | 2.55 | 2.28 | - |
| YUV | 44.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 39 | 0 | 0.14 | 0.22 | 0.80 | 21.82 | 0.12 | 0.17 |
| Hex | 32 | 2B | 27 | 0 | E | 16 | 50 | 16 | C | 11 |
| Octal | 62 | 53 | 47 | 0 | 16 | 26 | 120 | 26 | 14 | 21 |
| Binary | 110010 | 101011 | 100111 | 0 | 1110 | 10110 | 1010000 | 10110 | 1100 | 10001 |
Color Harmonies of #322B27
Complementary color
Monochromatic Colors of #322B27
Black with #322B27
Text Example
Text Example
White with #322B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322B27; }
p { color: rgb(50,43,39); }
H1.HeaderClassName
{
color: #322B27;
}
.AnyTagClassName
{
color: #322B27;
}
</style>
background-color css
<style>
a { background-color: #322B27; }
a { background-color: rgb(50,43,39); }
div.DivClassName
{
background-color: #322B27;
}
.BgClassName
{
background-color: #322B27;
}
</style>
border-color css
<style>
span { border-color: #322B27; }
span { border-color: rgb(50,43,39); }
td.TdClassName
{
border-color: #322B27;
}
.TagClassName
{
border-color: #322B27;
}
</style>