Shades of Gondola #3B302E
Tints of Gondola #3B302E
RGB
CMYK
RGB Variations
Color information
#3B302E (or 0x3B302E) is known color: Gondola. HEX triplet: 3B, 30 and 2E. RGB value is (59,48,46). Sum of RGB (Red+Green+Blue) = 59+48+46=153 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.56% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 59 - color contains mainly: red. Hex color #3B302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B302E is #C4CFD1. Grayscale: #333333. Windows color (decimal): -12898258 or 3027003. OLE color: 3027003.
HSL color Cylindrical-coordinate representation of color #3B302E: hue angle of 9.23º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3B302E is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 48 | 46 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.77 |
| HSL | 9.23º | 0.12% | 0.21% | - |
| HSV(B) | 9.23º | 0.22% | 0.23% | - |
| XYZ | 3.35 | 3.24 | 3.03 | - |
| YUV | 51.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 48 | 46 | 0 | 0.19 | 0.22 | 0.77 | 9.23 | 0.12 | 0.21 |
| Hex | 3B | 30 | 2E | 0 | 13 | 16 | 4D | 9 | C | 15 |
| Octal | 73 | 60 | 56 | 0 | 23 | 26 | 115 | 11 | 14 | 25 |
| Binary | 111011 | 110000 | 101110 | 0 | 10011 | 10110 | 1001101 | 1001 | 1100 | 10101 |
Color Harmonies of #3B302E
Complementary color
Monochromatic Colors of #3B302E
Black with #3B302E
Text Example
Text Example
White with #3B302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B302E; }
p { color: rgb(59,48,46); }
H1.HeaderClassName
{
color: #3B302E;
}
.AnyTagClassName
{
color: #3B302E;
}
</style>
background-color css
<style>
a { background-color: #3B302E; }
a { background-color: rgb(59,48,46); }
div.DivClassName
{
background-color: #3B302E;
}
.BgClassName
{
background-color: #3B302E;
}
</style>
border-color css
<style>
span { border-color: #3B302E; }
span { border-color: rgb(59,48,46); }
td.TdClassName
{
border-color: #3B302E;
}
.TagClassName
{
border-color: #3B302E;
}
</style>