Shades of Gondola #3A302C
Tints of Gondola #3A302C
RGB
CMYK
RGB Variations
Color information
#3A302C (or 0x3A302C) is known color: Gondola. HEX triplet: 3A, 30 and 2C. RGB value is (58,48,44). Sum of RGB (Red+Green+Blue) = 58+48+44=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 58 - color contains mainly: red. Hex color #3A302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A302C is #C5CFD3. Grayscale: #323232. Windows color (decimal): -12963796 or 2895930. OLE color: 2895930.
HSL color Cylindrical-coordinate representation of color #3A302C: hue angle of 17.14º 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 #3A302C is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 48 | 44 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.77 |
| HSL | 17.14º | 0.14% | 0.2% | - |
| HSV(B) | 17.14º | 0.24% | 0.23% | - |
| XYZ | 3.26 | 3.2 | 2.83 | - |
| YUV | 50.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 48 | 44 | 0 | 0.17 | 0.24 | 0.77 | 17.14 | 0.14 | 0.2 |
| Hex | 3A | 30 | 2C | 0 | 11 | 18 | 4D | 11 | E | 14 |
| Octal | 72 | 60 | 54 | 0 | 21 | 30 | 115 | 21 | 16 | 24 |
| Binary | 111010 | 110000 | 101100 | 0 | 10001 | 11000 | 1001101 | 10001 | 1110 | 10100 |
Color Harmonies of #3A302C
Complementary color
Monochromatic Colors of #3A302C
Black with #3A302C
Text Example
Text Example
White with #3A302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A302C; }
p { color: rgb(58,48,44); }
H1.HeaderClassName
{
color: #3A302C;
}
.AnyTagClassName
{
color: #3A302C;
}
</style>
background-color css
<style>
a { background-color: #3A302C; }
a { background-color: rgb(58,48,44); }
div.DivClassName
{
background-color: #3A302C;
}
.BgClassName
{
background-color: #3A302C;
}
</style>
border-color css
<style>
span { border-color: #3A302C; }
span { border-color: rgb(58,48,44); }
td.TdClassName
{
border-color: #3A302C;
}
.TagClassName
{
border-color: #3A302C;
}
</style>