Shades of Gondola #392F2C
Tints of Gondola #392F2C
RGB
CMYK
RGB Variations
Color information
#392F2C (or 0x392F2C) is known color: Gondola. HEX triplet: 39, 2F and 2C. RGB value is (57,47,44). Sum of RGB (Red+Green+Blue) = 57+47+44=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 47 (18.75% from 255 or 31.76% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 57 - color contains mainly: red. Hex color #392F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F2C is #C6D0D3. Grayscale: #313131. Windows color (decimal): -13029588 or 2895673. OLE color: 2895673.
HSL color Cylindrical-coordinate representation of color #392F2C: hue angle of 13.85º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #392F2C is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 47 | 44 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.78 |
| HSL | 13.85º | 0.13% | 0.2% | - |
| HSV(B) | 13.85º | 0.23% | 0.22% | - |
| XYZ | 3.16 | 3.08 | 2.81 | - |
| YUV | 49.65 | 124.81 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 47 | 44 | 0 | 0.18 | 0.23 | 0.78 | 13.85 | 0.13 | 0.2 |
| Hex | 39 | 2F | 2C | 0 | 12 | 17 | 4E | E | D | 14 |
| Octal | 71 | 57 | 54 | 0 | 22 | 27 | 116 | 16 | 15 | 24 |
| Binary | 111001 | 101111 | 101100 | 0 | 10010 | 10111 | 1001110 | 1110 | 1101 | 10100 |
Color Harmonies of #392F2C
Complementary color
Monochromatic Colors of #392F2C
Black with #392F2C
Text Example
Text Example
White with #392F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392F2C; }
p { color: rgb(57,47,44); }
H1.HeaderClassName
{
color: #392F2C;
}
.AnyTagClassName
{
color: #392F2C;
}
</style>
background-color css
<style>
a { background-color: #392F2C; }
a { background-color: rgb(57,47,44); }
div.DivClassName
{
background-color: #392F2C;
}
.BgClassName
{
background-color: #392F2C;
}
</style>
border-color css
<style>
span { border-color: #392F2C; }
span { border-color: rgb(57,47,44); }
td.TdClassName
{
border-color: #392F2C;
}
.TagClassName
{
border-color: #392F2C;
}
</style>