Shades of Gondola #383332
Tints of Gondola #383332
RGB
CMYK
RGB Variations
Color information
#383332 (or 0x383332) is known color: Gondola. HEX triplet: 38, 33 and 32. RGB value is (56,51,50). Sum of RGB (Red+Green+Blue) = 56+51+50=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 56 - color contains mainly: red. Hex color #383332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383332 is #C7CCCD. Grayscale: #343434. Windows color (decimal): -13094094 or 3289912. OLE color: 3289912.
HSL color Cylindrical-coordinate representation of color #383332: hue angle of 10º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #383332 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 51 | 50 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.78 |
| HSL | 10º | 0.06% | 0.21% | - |
| HSV(B) | 10º | 0.11% | 0.22% | - |
| XYZ | 3.39 | 3.44 | 3.5 | - |
| YUV | 52.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 51 | 50 | 0 | 0.09 | 0.11 | 0.78 | 10 | 0.06 | 0.21 |
| Hex | 38 | 33 | 32 | 0 | 9 | B | 4E | A | 6 | 15 |
| Octal | 70 | 63 | 62 | 0 | 11 | 13 | 116 | 12 | 6 | 25 |
| Binary | 111000 | 110011 | 110010 | 0 | 1001 | 1011 | 1001110 | 1010 | 110 | 10101 |
Color Harmonies of #383332
Complementary color
Monochromatic Colors of #383332
Black with #383332
Text Example
Text Example
White with #383332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383332; }
p { color: rgb(56,51,50); }
H1.HeaderClassName
{
color: #383332;
}
.AnyTagClassName
{
color: #383332;
}
</style>
background-color css
<style>
a { background-color: #383332; }
a { background-color: rgb(56,51,50); }
div.DivClassName
{
background-color: #383332;
}
.BgClassName
{
background-color: #383332;
}
</style>
border-color css
<style>
span { border-color: #383332; }
span { border-color: rgb(56,51,50); }
td.TdClassName
{
border-color: #383332;
}
.TagClassName
{
border-color: #383332;
}
</style>