Shades of Sambuca #3E2D23
Tints of Sambuca #3E2D23
RGB
CMYK
RGB Variations
Color information
#3E2D23 (or 0x3E2D23) is known color: Sambuca. HEX triplet: 3E, 2D and 23. RGB value is (62,45,35). Sum of RGB (Red+Green+Blue) = 62+45+35=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2D23 is #C1D2DC. Grayscale: #303030. Windows color (decimal): -12702429 or 2305342. OLE color: 2305342.
HSL color Cylindrical-coordinate representation of color #3E2D23: hue angle of 22.22º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E2D23 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 45 | 35 | - |
CMYK | 0 | 0.27 | 0.44 | 0.76 |
HSL | 22.22º | 0.28% | 0.19% | - |
HSV(B) | 22.22º | 0.44% | 0.24% | - |
XYZ | 3.23 | 3.02 | 2 | - |
YUV | 48.94 | 120.13 | 137.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 45 | 35 | 0 | 0.27 | 0.44 | 0.76 | 22.22 | 0.28 | 0.19 |
Hex | 3E | 2D | 23 | 0 | 1B | 2C | 4C | 16 | 1C | 13 |
Octal | 76 | 55 | 43 | 0 | 33 | 54 | 114 | 26 | 34 | 23 |
Binary | 111110 | 101101 | 100011 | 0 | 11011 | 101100 | 1001100 | 10110 | 11100 | 10011 |
Color Harmonies of #3E2D23
Complementary color
Monochromatic Colors of #3E2D23
Black with #3E2D23
Text Example
Text Example
White with #3E2D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2D23; }
p { color: rgb(62,45,35); }
H1.HeaderClassName
{
color: #3E2D23;
}
.AnyTagClassName
{
color: #3E2D23;
}
</style>
background-color css
<style>
a { background-color: #3E2D23; }
a { background-color: rgb(62,45,35); }
div.DivClassName
{
background-color: #3E2D23;
}
.BgClassName
{
background-color: #3E2D23;
}
</style>
border-color css
<style>
span { border-color: #3E2D23; }
span { border-color: rgb(62,45,35); }
td.TdClassName
{
border-color: #3E2D23;
}
.TagClassName
{
border-color: #3E2D23;
}
</style>