Shades of Sambuca #382D28
Tints of Sambuca #382D28
RGB
CMYK
RGB Variations
Color information
#382D28 (or 0x382D28) is known color: Sambuca. HEX triplet: 38, 2D and 28. RGB value is (56,45,40). Sum of RGB (Red+Green+Blue) = 56+45+40=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 56 - color contains mainly: red. Hex color #382D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382D28 is #C7D2D7. Grayscale: #2F2F2F. Windows color (decimal): -13095640 or 2633016. OLE color: 2633016.
HSL color Cylindrical-coordinate representation of color #382D28: hue angle of 18.75º 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 #382D28 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 45 | 40 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.78 |
| HSL | 18.75º | 0.17% | 0.19% | - |
| HSV(B) | 18.75º | 0.29% | 0.22% | - |
| XYZ | 2.95 | 2.87 | 2.41 | - |
| YUV | 47.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 45 | 40 | 0 | 0.20 | 0.29 | 0.78 | 18.75 | 0.17 | 0.19 |
| Hex | 38 | 2D | 28 | 0 | 14 | 1D | 4E | 13 | 11 | 13 |
| Octal | 70 | 55 | 50 | 0 | 24 | 35 | 116 | 23 | 21 | 23 |
| Binary | 111000 | 101101 | 101000 | 0 | 10100 | 11101 | 1001110 | 10011 | 10001 | 10011 |
Color Harmonies of #382D28
Complementary color
Monochromatic Colors of #382D28
Black with #382D28
Text Example
Text Example
White with #382D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382D28; }
p { color: rgb(56,45,40); }
H1.HeaderClassName
{
color: #382D28;
}
.AnyTagClassName
{
color: #382D28;
}
</style>
background-color css
<style>
a { background-color: #382D28; }
a { background-color: rgb(56,45,40); }
div.DivClassName
{
background-color: #382D28;
}
.BgClassName
{
background-color: #382D28;
}
</style>
border-color css
<style>
span { border-color: #382D28; }
span { border-color: rgb(56,45,40); }
td.TdClassName
{
border-color: #382D28;
}
.TagClassName
{
border-color: #382D28;
}
</style>