Shades of Sambuca #382D26
Tints of Sambuca #382D26
RGB
CMYK
RGB Variations
Color information
#382D26 (or 0x382D26) is known color: Sambuca. HEX triplet: 38, 2D and 26. RGB value is (56,45,38). Sum of RGB (Red+Green+Blue) = 56+45+38=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #382D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382D26 is #C7D2D9. Grayscale: #2F2F2F. Windows color (decimal): -13095642 or 2501944. OLE color: 2501944.
HSL color Cylindrical-coordinate representation of color #382D26: hue angle of 23.33º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #382D26 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 45 | 38 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.78 |
| HSL | 23.33º | 0.19% | 0.18% | - |
| HSV(B) | 23.33º | 0.32% | 0.22% | - |
| XYZ | 2.92 | 2.86 | 2.23 | - |
| YUV | 47.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 45 | 38 | 0 | 0.20 | 0.32 | 0.78 | 23.33 | 0.19 | 0.18 |
| Hex | 38 | 2D | 26 | 0 | 14 | 20 | 4E | 17 | 13 | 12 |
| Octal | 70 | 55 | 46 | 0 | 24 | 40 | 116 | 27 | 23 | 22 |
| Binary | 111000 | 101101 | 100110 | 0 | 10100 | 100000 | 1001110 | 10111 | 10011 | 10010 |
Color Harmonies of #382D26
Complementary color
Monochromatic Colors of #382D26
Black with #382D26
Text Example
Text Example
White with #382D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382D26; }
p { color: rgb(56,45,38); }
H1.HeaderClassName
{
color: #382D26;
}
.AnyTagClassName
{
color: #382D26;
}
</style>
background-color css
<style>
a { background-color: #382D26; }
a { background-color: rgb(56,45,38); }
div.DivClassName
{
background-color: #382D26;
}
.BgClassName
{
background-color: #382D26;
}
</style>
border-color css
<style>
span { border-color: #382D26; }
span { border-color: rgb(56,45,38); }
td.TdClassName
{
border-color: #382D26;
}
.TagClassName
{
border-color: #382D26;
}
</style>