Shades of Gondola #3B2F2D
Tints of Gondola #3B2F2D
RGB
CMYK
RGB Variations
Color information
#3B2F2D (or 0x3B2F2D) is known color: Gondola. HEX triplet: 3B, 2F and 2D. RGB value is (59,47,45). Sum of RGB (Red+Green+Blue) = 59+47+45=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2F2D is #C4D0D2. Grayscale: #323232. Windows color (decimal): -12898515 or 2961211. OLE color: 2961211.
HSL color Cylindrical-coordinate representation of color #3B2F2D: hue angle of 8.57º degrees, saturation: 0.13, 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 #3B2F2D is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 47 | 45 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.77 |
| HSL | 8.57º | 0.13% | 0.2% | - |
| HSV(B) | 8.57º | 0.24% | 0.23% | - |
| XYZ | 3.29 | 3.15 | 2.92 | - |
| YUV | 50.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 45 | 0 | 0.20 | 0.24 | 0.77 | 8.57 | 0.13 | 0.2 |
| Hex | 3B | 2F | 2D | 0 | 14 | 18 | 4D | 9 | D | 14 |
| Octal | 73 | 57 | 55 | 0 | 24 | 30 | 115 | 11 | 15 | 24 |
| Binary | 111011 | 101111 | 101101 | 0 | 10100 | 11000 | 1001101 | 1001 | 1101 | 10100 |
Color Harmonies of #3B2F2D
Complementary color
Monochromatic Colors of #3B2F2D
Black with #3B2F2D
Text Example
Text Example
White with #3B2F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2F2D; }
p { color: rgb(59,47,45); }
H1.HeaderClassName
{
color: #3B2F2D;
}
.AnyTagClassName
{
color: #3B2F2D;
}
</style>
background-color css
<style>
a { background-color: #3B2F2D; }
a { background-color: rgb(59,47,45); }
div.DivClassName
{
background-color: #3B2F2D;
}
.BgClassName
{
background-color: #3B2F2D;
}
</style>
border-color css
<style>
span { border-color: #3B2F2D; }
span { border-color: rgb(59,47,45); }
td.TdClassName
{
border-color: #3B2F2D;
}
.TagClassName
{
border-color: #3B2F2D;
}
</style>