Shades of Coffee Bean #322E2B
Tints of Coffee Bean #322E2B
RGB
CMYK
RGB Variations
Color information
#322E2B (or 0x322E2B) is known color: Coffee Bean. HEX triplet: 32, 2E and 2B. RGB value is (50,46,43). Sum of RGB (Red+Green+Blue) = 50+46+43=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 50 - color contains mainly: red. Hex color #322E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322E2B is #CDD1D4. Grayscale: #2E2E2E. Windows color (decimal): -13488597 or 2829874. OLE color: 2829874.
HSL color Cylindrical-coordinate representation of color #322E2B: hue angle of 25.71º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #322E2B is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
RGB | 50 | 46 | 43 | - |
CMYK | 0 | 0.08 | 0.14 | 0.80 |
HSL | 25.71º | 0.08% | 0.18% | - |
HSV(B) | 25.71º | 0.14% | 0.2% | - |
XYZ | 2.73 | 2.81 | 2.68 | - |
YUV | 46.85 | 125.83 | 130.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 50 | 46 | 43 | 0 | 0.08 | 0.14 | 0.80 | 25.71 | 0.08 | 0.18 |
Hex | 32 | 2E | 2B | 0 | 8 | E | 50 | 1A | 8 | 12 |
Octal | 62 | 56 | 53 | 0 | 10 | 16 | 120 | 32 | 10 | 22 |
Binary | 110010 | 101110 | 101011 | 0 | 1000 | 1110 | 1010000 | 11010 | 1000 | 10010 |
Color Harmonies of #322E2B
Complementary color
Monochromatic Colors of #322E2B
Black with #322E2B
Text Example
Text Example
White with #322E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E2B; }
p { color: rgb(50,46,43); }
H1.HeaderClassName
{
color: #322E2B;
}
.AnyTagClassName
{
color: #322E2B;
}
</style>
background-color css
<style>
a { background-color: #322E2B; }
a { background-color: rgb(50,46,43); }
div.DivClassName
{
background-color: #322E2B;
}
.BgClassName
{
background-color: #322E2B;
}
</style>
border-color css
<style>
span { border-color: #322E2B; }
span { border-color: rgb(50,46,43); }
td.TdClassName
{
border-color: #322E2B;
}
.TagClassName
{
border-color: #322E2B;
}
</style>