Shades of Gondola #392F2D
Tints of Gondola #392F2D
RGB
CMYK
RGB Variations
Color information
#392F2D (or 0x392F2D) is known color: Gondola. HEX triplet: 39, 2F and 2D. RGB value is (57,47,45). Sum of RGB (Red+Green+Blue) = 57+47+45=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 57 - color contains mainly: red. Hex color #392F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F2D is #C6D0D2. Grayscale: #313131. Windows color (decimal): -13029587 or 2961209. OLE color: 2961209.
HSL color Cylindrical-coordinate representation of color #392F2D: hue angle of 10º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #392F2D is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 47 | 45 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.78 |
| HSL | 10º | 0.12% | 0.2% | - |
| HSV(B) | 10º | 0.21% | 0.22% | - |
| XYZ | 3.18 | 3.09 | 2.91 | - |
| YUV | 49.76 | 125.31 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 47 | 45 | 0 | 0.18 | 0.21 | 0.78 | 10 | 0.12 | 0.2 |
| Hex | 39 | 2F | 2D | 0 | 12 | 15 | 4E | A | C | 14 |
| Octal | 71 | 57 | 55 | 0 | 22 | 25 | 116 | 12 | 14 | 24 |
| Binary | 111001 | 101111 | 101101 | 0 | 10010 | 10101 | 1001110 | 1010 | 1100 | 10100 |
Color Harmonies of #392F2D
Complementary color
Monochromatic Colors of #392F2D
Black with #392F2D
Text Example
Text Example
White with #392F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392F2D; }
p { color: rgb(57,47,45); }
H1.HeaderClassName
{
color: #392F2D;
}
.AnyTagClassName
{
color: #392F2D;
}
</style>
background-color css
<style>
a { background-color: #392F2D; }
a { background-color: rgb(57,47,45); }
div.DivClassName
{
background-color: #392F2D;
}
.BgClassName
{
background-color: #392F2D;
}
</style>
border-color css
<style>
span { border-color: #392F2D; }
span { border-color: rgb(57,47,45); }
td.TdClassName
{
border-color: #392F2D;
}
.TagClassName
{
border-color: #392F2D;
}
</style>