Shades of Gondola #382F2C
Tints of Gondola #382F2C
RGB
CMYK
RGB Variations
Color information
#382F2C (or 0x382F2C) is known color: Gondola. HEX triplet: 38, 2F and 2C. RGB value is (56,47,44). Sum of RGB (Red+Green+Blue) = 56+47+44=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 56 - color contains mainly: red. Hex color #382F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F2C is #C7D0D3. Grayscale: #313131. Windows color (decimal): -13095124 or 2895672. OLE color: 2895672.
HSL color Cylindrical-coordinate representation of color #382F2C: hue angle of 15º 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 #382F2C is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 47 | 44 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.78 |
| HSL | 15º | 0.12% | 0.2% | - |
| HSV(B) | 15º | 0.21% | 0.22% | - |
| XYZ | 3.1 | 3.06 | 2.81 | - |
| YUV | 49.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 47 | 44 | 0 | 0.16 | 0.21 | 0.78 | 15 | 0.12 | 0.2 |
| Hex | 38 | 2F | 2C | 0 | 10 | 15 | 4E | F | C | 14 |
| Octal | 70 | 57 | 54 | 0 | 20 | 25 | 116 | 17 | 14 | 24 |
| Binary | 111000 | 101111 | 101100 | 0 | 10000 | 10101 | 1001110 | 1111 | 1100 | 10100 |
Color Harmonies of #382F2C
Complementary color
Monochromatic Colors of #382F2C
Black with #382F2C
Text Example
Text Example
White with #382F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382F2C; }
p { color: rgb(56,47,44); }
H1.HeaderClassName
{
color: #382F2C;
}
.AnyTagClassName
{
color: #382F2C;
}
</style>
background-color css
<style>
a { background-color: #382F2C; }
a { background-color: rgb(56,47,44); }
div.DivClassName
{
background-color: #382F2C;
}
.BgClassName
{
background-color: #382F2C;
}
</style>
border-color css
<style>
span { border-color: #382F2C; }
span { border-color: rgb(56,47,44); }
td.TdClassName
{
border-color: #382F2C;
}
.TagClassName
{
border-color: #382F2C;
}
</style>