Shades of Coffee Bean #37302A
Tints of Coffee Bean #37302A
RGB
CMYK
RGB Variations
Color information
#37302A (or 0x37302A) is known color: Coffee Bean. HEX triplet: 37, 30 and 2A. RGB value is (55,48,42). Sum of RGB (Red+Green+Blue) = 55+48+42=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 55 - color contains mainly: red. Hex color #37302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37302A is #C8CFD5. Grayscale: #313131. Windows color (decimal): -13160406 or 2764855. OLE color: 2764855.
HSL color Cylindrical-coordinate representation of color #37302A: hue angle of 27.69º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #37302A is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 48 | 42 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.78 |
| HSL | 27.69º | 0.13% | 0.19% | - |
| HSV(B) | 27.69º | 0.24% | 0.22% | - |
| XYZ | 3.05 | 3.09 | 2.63 | - |
| YUV | 49.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 48 | 42 | 0 | 0.13 | 0.24 | 0.78 | 27.69 | 0.13 | 0.19 |
| Hex | 37 | 30 | 2A | 0 | D | 18 | 4E | 1C | D | 13 |
| Octal | 67 | 60 | 52 | 0 | 15 | 30 | 116 | 34 | 15 | 23 |
| Binary | 110111 | 110000 | 101010 | 0 | 1101 | 11000 | 1001110 | 11100 | 1101 | 10011 |
Color Harmonies of #37302A
Complementary color
Monochromatic Colors of #37302A
Black with #37302A
Text Example
Text Example
White with #37302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37302A; }
p { color: rgb(55,48,42); }
H1.HeaderClassName
{
color: #37302A;
}
.AnyTagClassName
{
color: #37302A;
}
</style>
background-color css
<style>
a { background-color: #37302A; }
a { background-color: rgb(55,48,42); }
div.DivClassName
{
background-color: #37302A;
}
.BgClassName
{
background-color: #37302A;
}
</style>
border-color css
<style>
span { border-color: #37302A; }
span { border-color: rgb(55,48,42); }
td.TdClassName
{
border-color: #37302A;
}
.TagClassName
{
border-color: #37302A;
}
</style>