Shades of Sambuca #382F2B
Tints of Sambuca #382F2B
RGB
CMYK
RGB Variations
Color information
#382F2B (or 0x382F2B) is known color: Sambuca. HEX triplet: 38, 2F and 2B. RGB value is (56,47,43). Sum of RGB (Red+Green+Blue) = 56+47+43=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 56 - color contains mainly: red. Hex color #382F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F2B is #C7D0D4. Grayscale: #313131. Windows color (decimal): -13095125 or 2830136. OLE color: 2830136.
HSL color Cylindrical-coordinate representation of color #382F2B: hue angle of 18.46º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #382F2B is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 47 | 43 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.78 |
| HSL | 18.46º | 0.13% | 0.19% | - |
| HSV(B) | 18.46º | 0.23% | 0.22% | - |
| XYZ | 3.08 | 3.05 | 2.71 | - |
| YUV | 49.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 47 | 43 | 0 | 0.16 | 0.23 | 0.78 | 18.46 | 0.13 | 0.19 |
| Hex | 38 | 2F | 2B | 0 | 10 | 17 | 4E | 12 | D | 13 |
| Octal | 70 | 57 | 53 | 0 | 20 | 27 | 116 | 22 | 15 | 23 |
| Binary | 111000 | 101111 | 101011 | 0 | 10000 | 10111 | 1001110 | 10010 | 1101 | 10011 |
Color Harmonies of #382F2B
Complementary color
Monochromatic Colors of #382F2B
Black with #382F2B
Text Example
Text Example
White with #382F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382F2B; }
p { color: rgb(56,47,43); }
H1.HeaderClassName
{
color: #382F2B;
}
.AnyTagClassName
{
color: #382F2B;
}
</style>
background-color css
<style>
a { background-color: #382F2B; }
a { background-color: rgb(56,47,43); }
div.DivClassName
{
background-color: #382F2B;
}
.BgClassName
{
background-color: #382F2B;
}
</style>
border-color css
<style>
span { border-color: #382F2B; }
span { border-color: rgb(56,47,43); }
td.TdClassName
{
border-color: #382F2B;
}
.TagClassName
{
border-color: #382F2B;
}
</style>