Shades of Sambuca #372A23
Tints of Sambuca #372A23
RGB
CMYK
RGB Variations
Color information
#372A23 (or 0x372A23) is known color: Sambuca. HEX triplet: 37, 2A and 23. RGB value is (55,42,35). Sum of RGB (Red+Green+Blue) = 55+42+35=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 55 - color contains mainly: red. Hex color #372A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372A23 is #C8D5DC. Grayscale: #2D2D2D. Windows color (decimal): -13161949 or 2304567. OLE color: 2304567.
HSL color Cylindrical-coordinate representation of color #372A23: hue angle of 21º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #372A23 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 42 | 35 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.78 |
| HSL | 21º | 0.22% | 0.18% | - |
| HSV(B) | 21º | 0.36% | 0.22% | - |
| XYZ | 2.71 | 2.59 | 1.95 | - |
| YUV | 45.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 42 | 35 | 0 | 0.24 | 0.36 | 0.78 | 21 | 0.22 | 0.18 |
| Hex | 37 | 2A | 23 | 0 | 18 | 24 | 4E | 15 | 16 | 12 |
| Octal | 67 | 52 | 43 | 0 | 30 | 44 | 116 | 25 | 26 | 22 |
| Binary | 110111 | 101010 | 100011 | 0 | 11000 | 100100 | 1001110 | 10101 | 10110 | 10010 |
Color Harmonies of #372A23
Complementary color
Monochromatic Colors of #372A23
Black with #372A23
Text Example
Text Example
White with #372A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372A23; }
p { color: rgb(55,42,35); }
H1.HeaderClassName
{
color: #372A23;
}
.AnyTagClassName
{
color: #372A23;
}
</style>
background-color css
<style>
a { background-color: #372A23; }
a { background-color: rgb(55,42,35); }
div.DivClassName
{
background-color: #372A23;
}
.BgClassName
{
background-color: #372A23;
}
</style>
border-color css
<style>
span { border-color: #372A23; }
span { border-color: rgb(55,42,35); }
td.TdClassName
{
border-color: #372A23;
}
.TagClassName
{
border-color: #372A23;
}
</style>