Shades of Coffee Bean #312A24
Tints of Coffee Bean #312A24
RGB
CMYK
RGB Variations
Color information
#312A24 (or 0x312A24) is known color: Coffee Bean. HEX triplet: 31, 2A and 24. RGB value is (49,42,36). Sum of RGB (Red+Green+Blue) = 49+42+36=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 49 - color contains mainly: red. Hex color #312A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312A24 is #CED5DB. Grayscale: #2B2B2B. Windows color (decimal): -13555164 or 2370097. OLE color: 2370097.
HSL color Cylindrical-coordinate representation of color #312A24: hue angle of 27.69º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #312A24 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 42 | 36 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.81 |
| HSL | 27.69º | 0.15% | 0.17% | - |
| HSV(B) | 27.69º | 0.27% | 0.19% | - |
| XYZ | 2.41 | 2.44 | 2.01 | - |
| YUV | 43.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 42 | 36 | 0 | 0.14 | 0.27 | 0.81 | 27.69 | 0.15 | 0.17 |
| Hex | 31 | 2A | 24 | 0 | E | 1B | 51 | 1C | F | 11 |
| Octal | 61 | 52 | 44 | 0 | 16 | 33 | 121 | 34 | 17 | 21 |
| Binary | 110001 | 101010 | 100100 | 0 | 1110 | 11011 | 1010001 | 11100 | 1111 | 10001 |
Color Harmonies of #312A24
Complementary color
Monochromatic Colors of #312A24
Black with #312A24
Text Example
Text Example
White with #312A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312A24; }
p { color: rgb(49,42,36); }
H1.HeaderClassName
{
color: #312A24;
}
.AnyTagClassName
{
color: #312A24;
}
</style>
background-color css
<style>
a { background-color: #312A24; }
a { background-color: rgb(49,42,36); }
div.DivClassName
{
background-color: #312A24;
}
.BgClassName
{
background-color: #312A24;
}
</style>
border-color css
<style>
span { border-color: #312A24; }
span { border-color: rgb(49,42,36); }
td.TdClassName
{
border-color: #312A24;
}
.TagClassName
{
border-color: #312A24;
}
</style>