Shades of Coffee Bean #38302A
Tints of Coffee Bean #38302A
RGB
CMYK
RGB Variations
Color information
#38302A (or 0x38302A) is known color: Coffee Bean. HEX triplet: 38, 30 and 2A. RGB value is (56,48,42). Sum of RGB (Red+Green+Blue) = 56+48+42=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 56 - color contains mainly: red. Hex color #38302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38302A is #C7CFD5. Grayscale: #313131. Windows color (decimal): -13094870 or 2764856. OLE color: 2764856.
HSL color Cylindrical-coordinate representation of color #38302A: hue angle of 25.71º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #38302A is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 48 | 42 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.78 |
| HSL | 25.71º | 0.14% | 0.19% | - |
| HSV(B) | 25.71º | 0.25% | 0.22% | - |
| XYZ | 3.11 | 3.12 | 2.63 | - |
| YUV | 49.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 48 | 42 | 0 | 0.14 | 0.25 | 0.78 | 25.71 | 0.14 | 0.19 |
| Hex | 38 | 30 | 2A | 0 | E | 19 | 4E | 1A | E | 13 |
| Octal | 70 | 60 | 52 | 0 | 16 | 31 | 116 | 32 | 16 | 23 |
| Binary | 111000 | 110000 | 101010 | 0 | 1110 | 11001 | 1001110 | 11010 | 1110 | 10011 |
Color Harmonies of #38302A
Complementary color
Monochromatic Colors of #38302A
Black with #38302A
Text Example
Text Example
White with #38302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38302A; }
p { color: rgb(56,48,42); }
H1.HeaderClassName
{
color: #38302A;
}
.AnyTagClassName
{
color: #38302A;
}
</style>
background-color css
<style>
a { background-color: #38302A; }
a { background-color: rgb(56,48,42); }
div.DivClassName
{
background-color: #38302A;
}
.BgClassName
{
background-color: #38302A;
}
</style>
border-color css
<style>
span { border-color: #38302A; }
span { border-color: rgb(56,48,42); }
td.TdClassName
{
border-color: #38302A;
}
.TagClassName
{
border-color: #38302A;
}
</style>