Shades of Sambuca #392E26
Tints of Sambuca #392E26
RGB
CMYK
RGB Variations
Color information
#392E26 (or 0x392E26) is known color: Sambuca. HEX triplet: 39, 2E and 26. RGB value is (57,46,38). Sum of RGB (Red+Green+Blue) = 57+46+38=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 57 - color contains mainly: red. Hex color #392E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E26 is #C6D1D9. Grayscale: #303030. Windows color (decimal): -13029850 or 2502201. OLE color: 2502201.
HSL color Cylindrical-coordinate representation of color #392E26: hue angle of 25.26º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #392E26 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 46 | 38 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.78 |
| HSL | 25.26º | 0.2% | 0.19% | - |
| HSV(B) | 25.26º | 0.33% | 0.22% | - |
| XYZ | 3.01 | 2.96 | 2.25 | - |
| YUV | 48.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 46 | 38 | 0 | 0.19 | 0.33 | 0.78 | 25.26 | 0.2 | 0.19 |
| Hex | 39 | 2E | 26 | 0 | 13 | 21 | 4E | 19 | 14 | 13 |
| Octal | 71 | 56 | 46 | 0 | 23 | 41 | 116 | 31 | 24 | 23 |
| Binary | 111001 | 101110 | 100110 | 0 | 10011 | 100001 | 1001110 | 11001 | 10100 | 10011 |
Color Harmonies of #392E26
Complementary color
Monochromatic Colors of #392E26
Black with #392E26
Text Example
Text Example
White with #392E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392E26; }
p { color: rgb(57,46,38); }
H1.HeaderClassName
{
color: #392E26;
}
.AnyTagClassName
{
color: #392E26;
}
</style>
background-color css
<style>
a { background-color: #392E26; }
a { background-color: rgb(57,46,38); }
div.DivClassName
{
background-color: #392E26;
}
.BgClassName
{
background-color: #392E26;
}
</style>
border-color css
<style>
span { border-color: #392E26; }
span { border-color: rgb(57,46,38); }
td.TdClassName
{
border-color: #392E26;
}
.TagClassName
{
border-color: #392E26;
}
</style>