Shades of Sambuca #3E3028
Tints of Sambuca #3E3028
RGB
CMYK
RGB Variations
Color information
#3E3028 (or 0x3E3028) is known color: Sambuca. HEX triplet: 3E, 30 and 28. RGB value is (62,48,40). Sum of RGB (Red+Green+Blue) = 62+48+40=150 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.33% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3028 is #C1CFD7. Grayscale: #333333. Windows color (decimal): -12701656 or 2633790. OLE color: 2633790.
HSL color Cylindrical-coordinate representation of color #3E3028: hue angle of 21.82º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E3028 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 48 | 40 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.76 |
| HSL | 21.82º | 0.22% | 0.2% | - |
| HSV(B) | 21.82º | 0.35% | 0.24% | - |
| XYZ | 3.43 | 3.29 | 2.46 | - |
| YUV | 51.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 40 | 0 | 0.23 | 0.35 | 0.76 | 21.82 | 0.22 | 0.2 |
| Hex | 3E | 30 | 28 | 0 | 17 | 23 | 4C | 16 | 16 | 14 |
| Octal | 76 | 60 | 50 | 0 | 27 | 43 | 114 | 26 | 26 | 24 |
| Binary | 111110 | 110000 | 101000 | 0 | 10111 | 100011 | 1001100 | 10110 | 10110 | 10100 |
Color Harmonies of #3E3028
Complementary color
Monochromatic Colors of #3E3028
Black with #3E3028
Text Example
Text Example
White with #3E3028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3028; }
p { color: rgb(62,48,40); }
H1.HeaderClassName
{
color: #3E3028;
}
.AnyTagClassName
{
color: #3E3028;
}
</style>
background-color css
<style>
a { background-color: #3E3028; }
a { background-color: rgb(62,48,40); }
div.DivClassName
{
background-color: #3E3028;
}
.BgClassName
{
background-color: #3E3028;
}
</style>
border-color css
<style>
span { border-color: #3E3028; }
span { border-color: rgb(62,48,40); }
td.TdClassName
{
border-color: #3E3028;
}
.TagClassName
{
border-color: #3E3028;
}
</style>