Shades of Coffee Bean #312D29
Tints of Coffee Bean #312D29
RGB
CMYK
RGB Variations
Color information
#312D29 (or 0x312D29) is known color: Coffee Bean. HEX triplet: 31, 2D and 29. RGB value is (49,45,41). Sum of RGB (Red+Green+Blue) = 49+45+41=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 49 - color contains mainly: red. Hex color #312D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312D29 is #CED2D6. Grayscale: #2D2D2D. Windows color (decimal): -13554391 or 2698545. OLE color: 2698545.
HSL color Cylindrical-coordinate representation of color #312D29: hue angle of 30º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #312D29 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 45 | 41 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.81 |
| HSL | 30º | 0.09% | 0.18% | - |
| HSV(B) | 30º | 0.16% | 0.19% | - |
| XYZ | 2.61 | 2.69 | 2.48 | - |
| YUV | 45.74 | 125.33 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 41 | 0 | 0.08 | 0.16 | 0.81 | 30 | 0.09 | 0.18 |
| Hex | 31 | 2D | 29 | 0 | 8 | 10 | 51 | 1E | 9 | 12 |
| Octal | 61 | 55 | 51 | 0 | 10 | 20 | 121 | 36 | 11 | 22 |
| Binary | 110001 | 101101 | 101001 | 0 | 1000 | 10000 | 1010001 | 11110 | 1001 | 10010 |
Color Harmonies of #312D29
Complementary color
Monochromatic Colors of #312D29
Black with #312D29
Text Example
Text Example
White with #312D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312D29; }
p { color: rgb(49,45,41); }
H1.HeaderClassName
{
color: #312D29;
}
.AnyTagClassName
{
color: #312D29;
}
</style>
background-color css
<style>
a { background-color: #312D29; }
a { background-color: rgb(49,45,41); }
div.DivClassName
{
background-color: #312D29;
}
.BgClassName
{
background-color: #312D29;
}
</style>
border-color css
<style>
span { border-color: #312D29; }
span { border-color: rgb(49,45,41); }
td.TdClassName
{
border-color: #312D29;
}
.TagClassName
{
border-color: #312D29;
}
</style>