Shades of Gondola #3A322F
Tints of Gondola #3A322F
RGB
CMYK
RGB Variations
Color information
#3A322F (or 0x3A322F) is known color: Gondola. HEX triplet: 3A, 32 and 2F. RGB value is (58,50,47). Sum of RGB (Red+Green+Blue) = 58+50+47=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 58 - color contains mainly: red. Hex color #3A322F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A322F is #C5CDD0. Grayscale: #343434. Windows color (decimal): -12963281 or 3093050. OLE color: 3093050.
HSL color Cylindrical-coordinate representation of color #3A322F: hue angle of 16.36º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3A322F is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 50 | 47 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.77 |
| HSL | 16.36º | 0.1% | 0.21% | - |
| HSV(B) | 16.36º | 0.19% | 0.23% | - |
| XYZ | 3.4 | 3.39 | 3.16 | - |
| YUV | 52.05 | 125.15 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 47 | 0 | 0.14 | 0.19 | 0.77 | 16.36 | 0.1 | 0.21 |
| Hex | 3A | 32 | 2F | 0 | E | 13 | 4D | 10 | A | 15 |
| Octal | 72 | 62 | 57 | 0 | 16 | 23 | 115 | 20 | 12 | 25 |
| Binary | 111010 | 110010 | 101111 | 0 | 1110 | 10011 | 1001101 | 10000 | 1010 | 10101 |
Color Harmonies of #3A322F
Complementary color
Monochromatic Colors of #3A322F
Black with #3A322F
Text Example
Text Example
White with #3A322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A322F; }
p { color: rgb(58,50,47); }
H1.HeaderClassName
{
color: #3A322F;
}
.AnyTagClassName
{
color: #3A322F;
}
</style>
background-color css
<style>
a { background-color: #3A322F; }
a { background-color: rgb(58,50,47); }
div.DivClassName
{
background-color: #3A322F;
}
.BgClassName
{
background-color: #3A322F;
}
</style>
border-color css
<style>
span { border-color: #3A322F; }
span { border-color: rgb(58,50,47); }
td.TdClassName
{
border-color: #3A322F;
}
.TagClassName
{
border-color: #3A322F;
}
</style>