Shades of Sambuca #392C26
Tints of Sambuca #392C26
RGB
CMYK
RGB Variations
Color information
#392C26 (or 0x392C26) is known color: Sambuca. HEX triplet: 39, 2C and 26. RGB value is (57,44,38). Sum of RGB (Red+Green+Blue) = 57+44+38=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 57 - color contains mainly: red. Hex color #392C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392C26 is #C6D3D9. Grayscale: #2F2F2F. Windows color (decimal): -13030362 or 2501689. OLE color: 2501689.
HSL color Cylindrical-coordinate representation of color #392C26: hue angle of 18.95º 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 #392C26 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 44 | 38 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.78 |
| HSL | 18.95º | 0.2% | 0.19% | - |
| HSV(B) | 18.95º | 0.33% | 0.22% | - |
| XYZ | 2.94 | 2.81 | 2.22 | - |
| YUV | 47.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 38 | 0 | 0.23 | 0.33 | 0.78 | 18.95 | 0.2 | 0.19 |
| Hex | 39 | 2C | 26 | 0 | 17 | 21 | 4E | 13 | 14 | 13 |
| Octal | 71 | 54 | 46 | 0 | 27 | 41 | 116 | 23 | 24 | 23 |
| Binary | 111001 | 101100 | 100110 | 0 | 10111 | 100001 | 1001110 | 10011 | 10100 | 10011 |
Color Harmonies of #392C26
Complementary color
Monochromatic Colors of #392C26
Black with #392C26
Text Example
Text Example
White with #392C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392C26; }
p { color: rgb(57,44,38); }
H1.HeaderClassName
{
color: #392C26;
}
.AnyTagClassName
{
color: #392C26;
}
</style>
background-color css
<style>
a { background-color: #392C26; }
a { background-color: rgb(57,44,38); }
div.DivClassName
{
background-color: #392C26;
}
.BgClassName
{
background-color: #392C26;
}
</style>
border-color css
<style>
span { border-color: #392C26; }
span { border-color: rgb(57,44,38); }
td.TdClassName
{
border-color: #392C26;
}
.TagClassName
{
border-color: #392C26;
}
</style>