Shades of Coffee Bean #36302C
Tints of Coffee Bean #36302C
RGB
CMYK
RGB Variations
Color information
#36302C (or 0x36302C) is known color: Coffee Bean. HEX triplet: 36, 30 and 2C. RGB value is (54,48,44). Sum of RGB (Red+Green+Blue) = 54+48+44=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 54 - color contains mainly: red. Hex color #36302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36302C is #C9CFD3. Grayscale: #313131. Windows color (decimal): -13225940 or 2895926. OLE color: 2895926.
HSL color Cylindrical-coordinate representation of color #36302C: hue angle of 24º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #36302C is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 48 | 44 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.79 |
| HSL | 24º | 0.1% | 0.19% | - |
| HSV(B) | 24º | 0.19% | 0.21% | - |
| XYZ | 3.03 | 3.08 | 2.82 | - |
| YUV | 49.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 48 | 44 | 0 | 0.11 | 0.19 | 0.79 | 24 | 0.1 | 0.19 |
| Hex | 36 | 30 | 2C | 0 | B | 13 | 4F | 18 | A | 13 |
| Octal | 66 | 60 | 54 | 0 | 13 | 23 | 117 | 30 | 12 | 23 |
| Binary | 110110 | 110000 | 101100 | 0 | 1011 | 10011 | 1001111 | 11000 | 1010 | 10011 |
Color Harmonies of #36302C
Complementary color
Monochromatic Colors of #36302C
Black with #36302C
Text Example
Text Example
White with #36302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36302C; }
p { color: rgb(54,48,44); }
H1.HeaderClassName
{
color: #36302C;
}
.AnyTagClassName
{
color: #36302C;
}
</style>
background-color css
<style>
a { background-color: #36302C; }
a { background-color: rgb(54,48,44); }
div.DivClassName
{
background-color: #36302C;
}
.BgClassName
{
background-color: #36302C;
}
</style>
border-color css
<style>
span { border-color: #36302C; }
span { border-color: rgb(54,48,44); }
td.TdClassName
{
border-color: #36302C;
}
.TagClassName
{
border-color: #36302C;
}
</style>