Shades of Sambuca #3C302A
Tints of Sambuca #3C302A
RGB
CMYK
RGB Variations
Color information
#3C302A (or 0x3C302A) is known color: Sambuca. HEX triplet: 3C, 30 and 2A. RGB value is (60,48,42). Sum of RGB (Red+Green+Blue) = 60+48+42=150 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 60 - color contains mainly: red. Hex color #3C302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C302A is #C3CFD5. Grayscale: #323232. Windows color (decimal): -12832726 or 2764860. OLE color: 2764860.
HSL color Cylindrical-coordinate representation of color #3C302A: hue angle of 20º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3C302A is Cyan = 0, Magento = 0.20, Yellow = 0.3 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 48 | 42 | - |
| CMYK | 0 | 0.20 | 0.3 | 0.76 |
| HSL | 20º | 0.18% | 0.2% | - |
| HSV(B) | 20º | 0.3% | 0.24% | - |
| XYZ | 3.34 | 3.24 | 2.64 | - |
| YUV | 50.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 48 | 42 | 0 | 0.20 | 0.3 | 0.76 | 20 | 0.18 | 0.2 |
| Hex | 3C | 30 | 2A | 0 | 14 | 1E | 4C | 14 | 12 | 14 |
| Octal | 74 | 60 | 52 | 0 | 24 | 36 | 114 | 24 | 22 | 24 |
| Binary | 111100 | 110000 | 101010 | 0 | 10100 | 11110 | 1001100 | 10100 | 10010 | 10100 |
Color Harmonies of #3C302A
Complementary color
Monochromatic Colors of #3C302A
Black with #3C302A
Text Example
Text Example
White with #3C302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C302A; }
p { color: rgb(60,48,42); }
H1.HeaderClassName
{
color: #3C302A;
}
.AnyTagClassName
{
color: #3C302A;
}
</style>
background-color css
<style>
a { background-color: #3C302A; }
a { background-color: rgb(60,48,42); }
div.DivClassName
{
background-color: #3C302A;
}
.BgClassName
{
background-color: #3C302A;
}
</style>
border-color css
<style>
span { border-color: #3C302A; }
span { border-color: rgb(60,48,42); }
td.TdClassName
{
border-color: #3C302A;
}
.TagClassName
{
border-color: #3C302A;
}
</style>