Shades of Sambuca #402F24
Tints of Sambuca #402F24
RGB
CMYK
RGB Variations
Color information
#402F24 (or 0x402F24) is known color: Sambuca. HEX triplet: 40, 2F and 24. RGB value is (64,47,36). Sum of RGB (Red+Green+Blue) = 64+47+36=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 64 - color contains mainly: red. Hex color #402F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402F24 is #BFD0DB. Grayscale: #323232. Windows color (decimal): -12570844 or 2371392. OLE color: 2371392.
HSL color Cylindrical-coordinate representation of color #402F24: hue angle of 23.57º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #402F24 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 47 | 36 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.75 |
| HSL | 23.57º | 0.28% | 0.2% | - |
| HSV(B) | 23.57º | 0.44% | 0.25% | - |
| XYZ | 3.45 | 3.25 | 2.11 | - |
| YUV | 50.83 | 119.63 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 47 | 36 | 0 | 0.27 | 0.44 | 0.75 | 23.57 | 0.28 | 0.2 |
| Hex | 40 | 2F | 24 | 0 | 1B | 2C | 4B | 18 | 1C | 14 |
| Octal | 100 | 57 | 44 | 0 | 33 | 54 | 113 | 30 | 34 | 24 |
| Binary | 1000000 | 101111 | 100100 | 0 | 11011 | 101100 | 1001011 | 11000 | 11100 | 10100 |
Color Harmonies of #402F24
Complementary color
Monochromatic Colors of #402F24
Black with #402F24
Text Example
Text Example
White with #402F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402F24; }
p { color: rgb(64,47,36); }
H1.HeaderClassName
{
color: #402F24;
}
.AnyTagClassName
{
color: #402F24;
}
</style>
background-color css
<style>
a { background-color: #402F24; }
a { background-color: rgb(64,47,36); }
div.DivClassName
{
background-color: #402F24;
}
.BgClassName
{
background-color: #402F24;
}
</style>
border-color css
<style>
span { border-color: #402F24; }
span { border-color: rgb(64,47,36); }
td.TdClassName
{
border-color: #402F24;
}
.TagClassName
{
border-color: #402F24;
}
</style>