Shades of Gondola #392E2B
Tints of Gondola #392E2B
RGB
CMYK
RGB Variations
Color information
#392E2B (or 0x392E2B) is known color: Gondola. HEX triplet: 39, 2E and 2B. RGB value is (57,46,43). Sum of RGB (Red+Green+Blue) = 57+46+43=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 57 - color contains mainly: red. Hex color #392E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E2B is #C6D1D4. Grayscale: #303030. Windows color (decimal): -13029845 or 2829881. OLE color: 2829881.
HSL color Cylindrical-coordinate representation of color #392E2B: hue angle of 12.86º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #392E2B is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 46 | 43 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.78 |
| HSL | 12.86º | 0.14% | 0.2% | - |
| HSV(B) | 12.86º | 0.25% | 0.22% | - |
| XYZ | 3.1 | 3 | 2.7 | - |
| YUV | 48.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 46 | 43 | 0 | 0.19 | 0.25 | 0.78 | 12.86 | 0.14 | 0.2 |
| Hex | 39 | 2E | 2B | 0 | 13 | 19 | 4E | D | E | 14 |
| Octal | 71 | 56 | 53 | 0 | 23 | 31 | 116 | 15 | 16 | 24 |
| Binary | 111001 | 101110 | 101011 | 0 | 10011 | 11001 | 1001110 | 1101 | 1110 | 10100 |
Color Harmonies of #392E2B
Complementary color
Monochromatic Colors of #392E2B
Black with #392E2B
Text Example
Text Example
White with #392E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392E2B; }
p { color: rgb(57,46,43); }
H1.HeaderClassName
{
color: #392E2B;
}
.AnyTagClassName
{
color: #392E2B;
}
</style>
background-color css
<style>
a { background-color: #392E2B; }
a { background-color: rgb(57,46,43); }
div.DivClassName
{
background-color: #392E2B;
}
.BgClassName
{
background-color: #392E2B;
}
</style>
border-color css
<style>
span { border-color: #392E2B; }
span { border-color: rgb(57,46,43); }
td.TdClassName
{
border-color: #392E2B;
}
.TagClassName
{
border-color: #392E2B;
}
</style>