Shades of Sambuca #3D2F24
Tints of Sambuca #3D2F24
RGB
CMYK
RGB Variations
Color information
#3D2F24 (or 0x3D2F24) is known color: Sambuca. HEX triplet: 3D, 2F and 24. RGB value is (61,47,36). Sum of RGB (Red+Green+Blue) = 61+47+36=144 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.36% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2F24 is #C2D0DB. Grayscale: #313131. Windows color (decimal): -12767452 or 2371389. OLE color: 2371389.
HSL color Cylindrical-coordinate representation of color #3D2F24: hue angle of 26.4º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3D2F24 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 47 | 36 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.76 |
| HSL | 26.4º | 0.26% | 0.19% | - |
| HSV(B) | 26.4º | 0.41% | 0.24% | - |
| XYZ | 3.26 | 3.15 | 2.11 | - |
| YUV | 49.93 | 120.14 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 47 | 36 | 0 | 0.23 | 0.41 | 0.76 | 26.4 | 0.26 | 0.19 |
| Hex | 3D | 2F | 24 | 0 | 17 | 29 | 4C | 1A | 1A | 13 |
| Octal | 75 | 57 | 44 | 0 | 27 | 51 | 114 | 32 | 32 | 23 |
| Binary | 111101 | 101111 | 100100 | 0 | 10111 | 101001 | 1001100 | 11010 | 11010 | 10011 |
Color Harmonies of #3D2F24
Complementary color
Monochromatic Colors of #3D2F24
Black with #3D2F24
Text Example
Text Example
White with #3D2F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2F24; }
p { color: rgb(61,47,36); }
H1.HeaderClassName
{
color: #3D2F24;
}
.AnyTagClassName
{
color: #3D2F24;
}
</style>
background-color css
<style>
a { background-color: #3D2F24; }
a { background-color: rgb(61,47,36); }
div.DivClassName
{
background-color: #3D2F24;
}
.BgClassName
{
background-color: #3D2F24;
}
</style>
border-color css
<style>
span { border-color: #3D2F24; }
span { border-color: rgb(61,47,36); }
td.TdClassName
{
border-color: #3D2F24;
}
.TagClassName
{
border-color: #3D2F24;
}
</style>