Shades of Gondola #3B2F2C
Tints of Gondola #3B2F2C
RGB
CMYK
RGB Variations
Color information
#3B2F2C (or 0x3B2F2C) is known color: Gondola. HEX triplet: 3B, 2F and 2C. RGB value is (59,47,44). Sum of RGB (Red+Green+Blue) = 59+47+44=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 47 (18.75% from 255 or 31.33% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2F2C is #C4D0D3. Grayscale: #323232. Windows color (decimal): -12898516 or 2895675. OLE color: 2895675.
HSL color Cylindrical-coordinate representation of color #3B2F2C: hue angle of 12º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3B2F2C is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 47 | 44 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.77 |
| HSL | 12º | 0.15% | 0.2% | - |
| HSV(B) | 12º | 0.25% | 0.23% | - |
| XYZ | 3.27 | 3.14 | 2.82 | - |
| YUV | 50.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 44 | 0 | 0.20 | 0.25 | 0.77 | 12 | 0.15 | 0.2 |
| Hex | 3B | 2F | 2C | 0 | 14 | 19 | 4D | C | F | 14 |
| Octal | 73 | 57 | 54 | 0 | 24 | 31 | 115 | 14 | 17 | 24 |
| Binary | 111011 | 101111 | 101100 | 0 | 10100 | 11001 | 1001101 | 1100 | 1111 | 10100 |
Color Harmonies of #3B2F2C
Complementary color
Monochromatic Colors of #3B2F2C
Black with #3B2F2C
Text Example
Text Example
White with #3B2F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2F2C; }
p { color: rgb(59,47,44); }
H1.HeaderClassName
{
color: #3B2F2C;
}
.AnyTagClassName
{
color: #3B2F2C;
}
</style>
background-color css
<style>
a { background-color: #3B2F2C; }
a { background-color: rgb(59,47,44); }
div.DivClassName
{
background-color: #3B2F2C;
}
.BgClassName
{
background-color: #3B2F2C;
}
</style>
border-color css
<style>
span { border-color: #3B2F2C; }
span { border-color: rgb(59,47,44); }
td.TdClassName
{
border-color: #3B2F2C;
}
.TagClassName
{
border-color: #3B2F2C;
}
</style>