Shades of Gondola #382F2D
Tints of Gondola #382F2D
RGB
CMYK
RGB Variations
Color information
#382F2D (or 0x382F2D) is known color: Gondola. HEX triplet: 38, 2F and 2D. RGB value is (56,47,45). Sum of RGB (Red+Green+Blue) = 56+47+45=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 47 (18.75% from 255 or 31.76% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 56 - color contains mainly: red. Hex color #382F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F2D is #C7D0D2. Grayscale: #313131. Windows color (decimal): -13095123 or 2961208. OLE color: 2961208.
HSL color Cylindrical-coordinate representation of color #382F2D: hue angle of 10.91º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #382F2D is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 47 | 45 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.78 |
| HSL | 10.91º | 0.11% | 0.2% | - |
| HSV(B) | 10.91º | 0.2% | 0.22% | - |
| XYZ | 3.12 | 3.06 | 2.91 | - |
| YUV | 49.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 47 | 45 | 0 | 0.16 | 0.20 | 0.78 | 10.91 | 0.11 | 0.2 |
| Hex | 38 | 2F | 2D | 0 | 10 | 14 | 4E | B | B | 14 |
| Octal | 70 | 57 | 55 | 0 | 20 | 24 | 116 | 13 | 13 | 24 |
| Binary | 111000 | 101111 | 101101 | 0 | 10000 | 10100 | 1001110 | 1011 | 1011 | 10100 |
Color Harmonies of #382F2D
Complementary color
Monochromatic Colors of #382F2D
Black with #382F2D
Text Example
Text Example
White with #382F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382F2D; }
p { color: rgb(56,47,45); }
H1.HeaderClassName
{
color: #382F2D;
}
.AnyTagClassName
{
color: #382F2D;
}
</style>
background-color css
<style>
a { background-color: #382F2D; }
a { background-color: rgb(56,47,45); }
div.DivClassName
{
background-color: #382F2D;
}
.BgClassName
{
background-color: #382F2D;
}
</style>
border-color css
<style>
span { border-color: #382F2D; }
span { border-color: rgb(56,47,45); }
td.TdClassName
{
border-color: #382F2D;
}
.TagClassName
{
border-color: #382F2D;
}
</style>