Shades of Coffee Bean #312D2B
Tints of Coffee Bean #312D2B
RGB
CMYK
RGB Variations
Color information
#312D2B (or 0x312D2B) is known color: Coffee Bean. HEX triplet: 31, 2D and 2B. RGB value is (49,45,43). Sum of RGB (Red+Green+Blue) = 49+45+43=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 49 - color contains mainly: red. Hex color #312D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312D2B is #CED2D4. Grayscale: #2D2D2D. Windows color (decimal): -13554389 or 2829617. OLE color: 2829617.
HSL color Cylindrical-coordinate representation of color #312D2B: hue angle of 20º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #312D2B is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 45 | 43 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.81 |
| HSL | 20º | 0.07% | 0.18% | - |
| HSV(B) | 20º | 0.12% | 0.19% | - |
| XYZ | 2.64 | 2.7 | 2.67 | - |
| YUV | 45.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 43 | 0 | 0.08 | 0.12 | 0.81 | 20 | 0.07 | 0.18 |
| Hex | 31 | 2D | 2B | 0 | 8 | C | 51 | 14 | 7 | 12 |
| Octal | 61 | 55 | 53 | 0 | 10 | 14 | 121 | 24 | 7 | 22 |
| Binary | 110001 | 101101 | 101011 | 0 | 1000 | 1100 | 1010001 | 10100 | 111 | 10010 |
Color Harmonies of #312D2B
Complementary color
Monochromatic Colors of #312D2B
Black with #312D2B
Text Example
Text Example
White with #312D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312D2B; }
p { color: rgb(49,45,43); }
H1.HeaderClassName
{
color: #312D2B;
}
.AnyTagClassName
{
color: #312D2B;
}
</style>
background-color css
<style>
a { background-color: #312D2B; }
a { background-color: rgb(49,45,43); }
div.DivClassName
{
background-color: #312D2B;
}
.BgClassName
{
background-color: #312D2B;
}
</style>
border-color css
<style>
span { border-color: #312D2B; }
span { border-color: rgb(49,45,43); }
td.TdClassName
{
border-color: #312D2B;
}
.TagClassName
{
border-color: #312D2B;
}
</style>