Shades of Gondola #392F2B
Tints of Gondola #392F2B
RGB
CMYK
RGB Variations
Color information
#392F2B (or 0x392F2B) is known color: Gondola. HEX triplet: 39, 2F and 2B. RGB value is (57,47,43). Sum of RGB (Red+Green+Blue) = 57+47+43=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 57 - color contains mainly: red. Hex color #392F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F2B is #C6D0D4. Grayscale: #313131. Windows color (decimal): -13029589 or 2830137. OLE color: 2830137.
HSL color Cylindrical-coordinate representation of color #392F2B: hue angle of 17.14º 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 #392F2B is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 47 | 43 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.78 |
| HSL | 17.14º | 0.14% | 0.2% | - |
| HSV(B) | 17.14º | 0.25% | 0.22% | - |
| XYZ | 3.14 | 3.08 | 2.71 | - |
| YUV | 49.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 47 | 43 | 0 | 0.18 | 0.25 | 0.78 | 17.14 | 0.14 | 0.2 |
| Hex | 39 | 2F | 2B | 0 | 12 | 19 | 4E | 11 | E | 14 |
| Octal | 71 | 57 | 53 | 0 | 22 | 31 | 116 | 21 | 16 | 24 |
| Binary | 111001 | 101111 | 101011 | 0 | 10010 | 11001 | 1001110 | 10001 | 1110 | 10100 |
Color Harmonies of #392F2B
Complementary color
Monochromatic Colors of #392F2B
Black with #392F2B
Text Example
Text Example
White with #392F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392F2B; }
p { color: rgb(57,47,43); }
H1.HeaderClassName
{
color: #392F2B;
}
.AnyTagClassName
{
color: #392F2B;
}
</style>
background-color css
<style>
a { background-color: #392F2B; }
a { background-color: rgb(57,47,43); }
div.DivClassName
{
background-color: #392F2B;
}
.BgClassName
{
background-color: #392F2B;
}
</style>
border-color css
<style>
span { border-color: #392F2B; }
span { border-color: rgb(57,47,43); }
td.TdClassName
{
border-color: #392F2B;
}
.TagClassName
{
border-color: #392F2B;
}
</style>