Shades of Gondola #3A2F2C
Tints of Gondola #3A2F2C
RGB
CMYK
RGB Variations
Color information
#3A2F2C (or 0x3A2F2C) is known color: Gondola. HEX triplet: 3A, 2F and 2C. RGB value is (58,47,44). Sum of RGB (Red+Green+Blue) = 58+47+44=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2F2C is #C5D0D3. Grayscale: #313131. Windows color (decimal): -12964052 or 2895674. OLE color: 2895674.
HSL color Cylindrical-coordinate representation of color #3A2F2C: hue angle of 12.86º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3A2F2C is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 47 | 44 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.77 |
| HSL | 12.86º | 0.14% | 0.2% | - |
| HSV(B) | 12.86º | 0.24% | 0.23% | - |
| XYZ | 3.22 | 3.11 | 2.81 | - |
| YUV | 49.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 47 | 44 | 0 | 0.19 | 0.24 | 0.77 | 12.86 | 0.14 | 0.2 |
| Hex | 3A | 2F | 2C | 0 | 13 | 18 | 4D | D | E | 14 |
| Octal | 72 | 57 | 54 | 0 | 23 | 30 | 115 | 15 | 16 | 24 |
| Binary | 111010 | 101111 | 101100 | 0 | 10011 | 11000 | 1001101 | 1101 | 1110 | 10100 |
Color Harmonies of #3A2F2C
Complementary color
Monochromatic Colors of #3A2F2C
Black with #3A2F2C
Text Example
Text Example
White with #3A2F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2F2C; }
p { color: rgb(58,47,44); }
H1.HeaderClassName
{
color: #3A2F2C;
}
.AnyTagClassName
{
color: #3A2F2C;
}
</style>
background-color css
<style>
a { background-color: #3A2F2C; }
a { background-color: rgb(58,47,44); }
div.DivClassName
{
background-color: #3A2F2C;
}
.BgClassName
{
background-color: #3A2F2C;
}
</style>
border-color css
<style>
span { border-color: #3A2F2C; }
span { border-color: rgb(58,47,44); }
td.TdClassName
{
border-color: #3A2F2C;
}
.TagClassName
{
border-color: #3A2F2C;
}
</style>