Shades of Gondola #3B2E2A
Tints of Gondola #3B2E2A
RGB
CMYK
RGB Variations
Color information
#3B2E2A (or 0x3B2E2A) is known color: Gondola. HEX triplet: 3B, 2E and 2A. RGB value is (59,46,42). Sum of RGB (Red+Green+Blue) = 59+46+42=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2E2A is #C4D1D5. Grayscale: #313131. Windows color (decimal): -12898774 or 2764347. OLE color: 2764347.
HSL color Cylindrical-coordinate representation of color #3B2E2A: hue angle of 14.12º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3B2E2A is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 46 | 42 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.77 |
| HSL | 14.12º | 0.17% | 0.2% | - |
| HSV(B) | 14.12º | 0.29% | 0.23% | - |
| XYZ | 3.2 | 3.05 | 2.61 | - |
| YUV | 49.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 46 | 42 | 0 | 0.22 | 0.29 | 0.77 | 14.12 | 0.17 | 0.2 |
| Hex | 3B | 2E | 2A | 0 | 16 | 1D | 4D | E | 11 | 14 |
| Octal | 73 | 56 | 52 | 0 | 26 | 35 | 115 | 16 | 21 | 24 |
| Binary | 111011 | 101110 | 101010 | 0 | 10110 | 11101 | 1001101 | 1110 | 10001 | 10100 |
Color Harmonies of #3B2E2A
Complementary color
Monochromatic Colors of #3B2E2A
Black with #3B2E2A
Text Example
Text Example
White with #3B2E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2E2A; }
p { color: rgb(59,46,42); }
H1.HeaderClassName
{
color: #3B2E2A;
}
.AnyTagClassName
{
color: #3B2E2A;
}
</style>
background-color css
<style>
a { background-color: #3B2E2A; }
a { background-color: rgb(59,46,42); }
div.DivClassName
{
background-color: #3B2E2A;
}
.BgClassName
{
background-color: #3B2E2A;
}
</style>
border-color css
<style>
span { border-color: #3B2E2A; }
span { border-color: rgb(59,46,42); }
td.TdClassName
{
border-color: #3B2E2A;
}
.TagClassName
{
border-color: #3B2E2A;
}
</style>