Shades of Sambuca #3F2F27
Tints of Sambuca #3F2F27
RGB
CMYK
RGB Variations
Color information
#3F2F27 (or 0x3F2F27) is known color: Sambuca. HEX triplet: 3F, 2F and 27. RGB value is (63,47,39). Sum of RGB (Red+Green+Blue) = 63+47+39=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2F27 is #C0D0D8. Grayscale: #323232. Windows color (decimal): -12636377 or 2567999. OLE color: 2567999.
HSL color Cylindrical-coordinate representation of color #3F2F27: hue angle of 20º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F2F27 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 47 | 39 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.75 |
| HSL | 20º | 0.24% | 0.2% | - |
| HSV(B) | 20º | 0.38% | 0.25% | - |
| XYZ | 3.43 | 3.24 | 2.36 | - |
| YUV | 50.87 | 121.3 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 47 | 39 | 0 | 0.25 | 0.38 | 0.75 | 20 | 0.24 | 0.2 |
| Hex | 3F | 2F | 27 | 0 | 19 | 26 | 4B | 14 | 18 | 14 |
| Octal | 77 | 57 | 47 | 0 | 31 | 46 | 113 | 24 | 30 | 24 |
| Binary | 111111 | 101111 | 100111 | 0 | 11001 | 100110 | 1001011 | 10100 | 11000 | 10100 |
Color Harmonies of #3F2F27
Complementary color
Monochromatic Colors of #3F2F27
Black with #3F2F27
Text Example
Text Example
White with #3F2F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2F27; }
p { color: rgb(63,47,39); }
H1.HeaderClassName
{
color: #3F2F27;
}
.AnyTagClassName
{
color: #3F2F27;
}
</style>
background-color css
<style>
a { background-color: #3F2F27; }
a { background-color: rgb(63,47,39); }
div.DivClassName
{
background-color: #3F2F27;
}
.BgClassName
{
background-color: #3F2F27;
}
</style>
border-color css
<style>
span { border-color: #3F2F27; }
span { border-color: rgb(63,47,39); }
td.TdClassName
{
border-color: #3F2F27;
}
.TagClassName
{
border-color: #3F2F27;
}
</style>