Shades of Gondola #3B302D
Tints of Gondola #3B302D
RGB
CMYK
RGB Variations
Color information
#3B302D (or 0x3B302D) is known color: Gondola. HEX triplet: 3B, 30 and 2D. RGB value is (59,48,45). Sum of RGB (Red+Green+Blue) = 59+48+45=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 59 - color contains mainly: red. Hex color #3B302D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B302D is #C4CFD2. Grayscale: #323232. Windows color (decimal): -12898259 or 2961467. OLE color: 2961467.
HSL color Cylindrical-coordinate representation of color #3B302D: hue angle of 12.86º 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 #3B302D is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 48 | 45 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.77 |
| HSL | 12.86º | 0.13% | 0.2% | - |
| HSV(B) | 12.86º | 0.24% | 0.23% | - |
| XYZ | 3.33 | 3.23 | 2.93 | - |
| YUV | 50.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 48 | 45 | 0 | 0.19 | 0.24 | 0.77 | 12.86 | 0.13 | 0.2 |
| Hex | 3B | 30 | 2D | 0 | 13 | 18 | 4D | D | D | 14 |
| Octal | 73 | 60 | 55 | 0 | 23 | 30 | 115 | 15 | 15 | 24 |
| Binary | 111011 | 110000 | 101101 | 0 | 10011 | 11000 | 1001101 | 1101 | 1101 | 10100 |
Color Harmonies of #3B302D
Complementary color
Monochromatic Colors of #3B302D
Black with #3B302D
Text Example
Text Example
White with #3B302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B302D; }
p { color: rgb(59,48,45); }
H1.HeaderClassName
{
color: #3B302D;
}
.AnyTagClassName
{
color: #3B302D;
}
</style>
background-color css
<style>
a { background-color: #3B302D; }
a { background-color: rgb(59,48,45); }
div.DivClassName
{
background-color: #3B302D;
}
.BgClassName
{
background-color: #3B302D;
}
</style>
border-color css
<style>
span { border-color: #3B302D; }
span { border-color: rgb(59,48,45); }
td.TdClassName
{
border-color: #3B302D;
}
.TagClassName
{
border-color: #3B302D;
}
</style>