Shades of Coffee Bean #3A322B
Tints of Coffee Bean #3A322B
RGB
CMYK
RGB Variations
Color information
#3A322B (or 0x3A322B) is known color: Coffee Bean. HEX triplet: 3A, 32 and 2B. RGB value is (58,50,43). Sum of RGB (Red+Green+Blue) = 58+50+43=151 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.41% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 58 - color contains mainly: red. Hex color #3A322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A322B is #C5CDD4. Grayscale: #333333. Windows color (decimal): -12963285 or 2830906. OLE color: 2830906.
HSL color Cylindrical-coordinate representation of color #3A322B: hue angle of 28º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3A322B is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 50 | 43 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.77 |
| HSL | 28º | 0.15% | 0.2% | - |
| HSV(B) | 28º | 0.26% | 0.23% | - |
| XYZ | 3.32 | 3.36 | 2.76 | - |
| YUV | 51.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 43 | 0 | 0.14 | 0.26 | 0.77 | 28 | 0.15 | 0.2 |
| Hex | 3A | 32 | 2B | 0 | E | 1A | 4D | 1C | F | 14 |
| Octal | 72 | 62 | 53 | 0 | 16 | 32 | 115 | 34 | 17 | 24 |
| Binary | 111010 | 110010 | 101011 | 0 | 1110 | 11010 | 1001101 | 11100 | 1111 | 10100 |
Color Harmonies of #3A322B
Complementary color
Monochromatic Colors of #3A322B
Black with #3A322B
Text Example
Text Example
White with #3A322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A322B; }
p { color: rgb(58,50,43); }
H1.HeaderClassName
{
color: #3A322B;
}
.AnyTagClassName
{
color: #3A322B;
}
</style>
background-color css
<style>
a { background-color: #3A322B; }
a { background-color: rgb(58,50,43); }
div.DivClassName
{
background-color: #3A322B;
}
.BgClassName
{
background-color: #3A322B;
}
</style>
border-color css
<style>
span { border-color: #3A322B; }
span { border-color: rgb(58,50,43); }
td.TdClassName
{
border-color: #3A322B;
}
.TagClassName
{
border-color: #3A322B;
}
</style>