Shades of Coffee Bean #36302B
Tints of Coffee Bean #36302B
RGB
CMYK
RGB Variations
Color information
#36302B (or 0x36302B) is known color: Coffee Bean. HEX triplet: 36, 30 and 2B. RGB value is (54,48,43). Sum of RGB (Red+Green+Blue) = 54+48+43=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 54 - color contains mainly: red. Hex color #36302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36302B is #C9CFD4. Grayscale: #313131. Windows color (decimal): -13225941 or 2830390. OLE color: 2830390.
HSL color Cylindrical-coordinate representation of color #36302B: hue angle of 27.27º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #36302B is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 48 | 43 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.79 |
| HSL | 27.27º | 0.11% | 0.19% | - |
| HSV(B) | 27.27º | 0.2% | 0.21% | - |
| XYZ | 3.01 | 3.07 | 2.72 | - |
| YUV | 49.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 48 | 43 | 0 | 0.11 | 0.20 | 0.79 | 27.27 | 0.11 | 0.19 |
| Hex | 36 | 30 | 2B | 0 | B | 14 | 4F | 1B | B | 13 |
| Octal | 66 | 60 | 53 | 0 | 13 | 24 | 117 | 33 | 13 | 23 |
| Binary | 110110 | 110000 | 101011 | 0 | 1011 | 10100 | 1001111 | 11011 | 1011 | 10011 |
Color Harmonies of #36302B
Complementary color
Monochromatic Colors of #36302B
Black with #36302B
Text Example
Text Example
White with #36302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36302B; }
p { color: rgb(54,48,43); }
H1.HeaderClassName
{
color: #36302B;
}
.AnyTagClassName
{
color: #36302B;
}
</style>
background-color css
<style>
a { background-color: #36302B; }
a { background-color: rgb(54,48,43); }
div.DivClassName
{
background-color: #36302B;
}
.BgClassName
{
background-color: #36302B;
}
</style>
border-color css
<style>
span { border-color: #36302B; }
span { border-color: rgb(54,48,43); }
td.TdClassName
{
border-color: #36302B;
}
.TagClassName
{
border-color: #36302B;
}
</style>