Shades of Sambuca #382E28
Tints of Sambuca #382E28
RGB
CMYK
RGB Variations
Color information
#382E28 (or 0x382E28) is known color: Sambuca. HEX triplet: 38, 2E and 28. RGB value is (56,46,40). Sum of RGB (Red+Green+Blue) = 56+46+40=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 56 - color contains mainly: red. Hex color #382E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E28 is #C7D1D7. Grayscale: #303030. Windows color (decimal): -13095384 or 2633272. OLE color: 2633272.
HSL color Cylindrical-coordinate representation of color #382E28: hue angle of 22.5º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #382E28 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 46 | 40 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.78 |
| HSL | 22.5º | 0.17% | 0.19% | - |
| HSV(B) | 22.5º | 0.29% | 0.22% | - |
| XYZ | 2.99 | 2.95 | 2.42 | - |
| YUV | 48.31 | 123.31 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 46 | 40 | 0 | 0.18 | 0.29 | 0.78 | 22.5 | 0.17 | 0.19 |
| Hex | 38 | 2E | 28 | 0 | 12 | 1D | 4E | 16 | 11 | 13 |
| Octal | 70 | 56 | 50 | 0 | 22 | 35 | 116 | 26 | 21 | 23 |
| Binary | 111000 | 101110 | 101000 | 0 | 10010 | 11101 | 1001110 | 10110 | 10001 | 10011 |
Color Harmonies of #382E28
Complementary color
Monochromatic Colors of #382E28
Black with #382E28
Text Example
Text Example
White with #382E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382E28; }
p { color: rgb(56,46,40); }
H1.HeaderClassName
{
color: #382E28;
}
.AnyTagClassName
{
color: #382E28;
}
</style>
background-color css
<style>
a { background-color: #382E28; }
a { background-color: rgb(56,46,40); }
div.DivClassName
{
background-color: #382E28;
}
.BgClassName
{
background-color: #382E28;
}
</style>
border-color css
<style>
span { border-color: #382E28; }
span { border-color: rgb(56,46,40); }
td.TdClassName
{
border-color: #382E28;
}
.TagClassName
{
border-color: #382E28;
}
</style>