Shades of Sambuca #382B25
Tints of Sambuca #382B25
RGB
CMYK
RGB Variations
Color information
#382B25 (or 0x382B25) is known color: Sambuca. HEX triplet: 38, 2B and 25. RGB value is (56,43,37). Sum of RGB (Red+Green+Blue) = 56+43+37=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 56 - color contains mainly: red. Hex color #382B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B25 is #C7D4DA. Grayscale: #2E2E2E. Windows color (decimal): -13096155 or 2435896. OLE color: 2435896.
HSL color Cylindrical-coordinate representation of color #382B25: hue angle of 18.95º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #382B25 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 43 | 37 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.78 |
| HSL | 18.95º | 0.2% | 0.18% | - |
| HSV(B) | 18.95º | 0.34% | 0.22% | - |
| XYZ | 2.83 | 2.7 | 2.12 | - |
| YUV | 46.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 43 | 37 | 0 | 0.23 | 0.34 | 0.78 | 18.95 | 0.2 | 0.18 |
| Hex | 38 | 2B | 25 | 0 | 17 | 22 | 4E | 13 | 14 | 12 |
| Octal | 70 | 53 | 45 | 0 | 27 | 42 | 116 | 23 | 24 | 22 |
| Binary | 111000 | 101011 | 100101 | 0 | 10111 | 100010 | 1001110 | 10011 | 10100 | 10010 |
Color Harmonies of #382B25
Complementary color
Monochromatic Colors of #382B25
Black with #382B25
Text Example
Text Example
White with #382B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382B25; }
p { color: rgb(56,43,37); }
H1.HeaderClassName
{
color: #382B25;
}
.AnyTagClassName
{
color: #382B25;
}
</style>
background-color css
<style>
a { background-color: #382B25; }
a { background-color: rgb(56,43,37); }
div.DivClassName
{
background-color: #382B25;
}
.BgClassName
{
background-color: #382B25;
}
</style>
border-color css
<style>
span { border-color: #382B25; }
span { border-color: rgb(56,43,37); }
td.TdClassName
{
border-color: #382B25;
}
.TagClassName
{
border-color: #382B25;
}
</style>