Shades of Gondola #383130
Tints of Gondola #383130
RGB
CMYK
RGB Variations
Color information
#383130 (or 0x383130) is known color: Gondola. HEX triplet: 38, 31 and 30. RGB value is (56,49,48). Sum of RGB (Red+Green+Blue) = 56+49+48=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 56 - color contains mainly: red. Hex color #383130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383130 is #C7CECF. Grayscale: #323232. Windows color (decimal): -13094608 or 3158328. OLE color: 3158328.
HSL color Cylindrical-coordinate representation of color #383130: hue angle of 7.5º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #383130 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 49 | 48 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.78 |
| HSL | 7.5º | 0.08% | 0.2% | - |
| HSV(B) | 7.5º | 0.14% | 0.22% | - |
| XYZ | 3.26 | 3.25 | 3.25 | - |
| YUV | 50.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 49 | 48 | 0 | 0.12 | 0.14 | 0.78 | 7.5 | 0.08 | 0.2 |
| Hex | 38 | 31 | 30 | 0 | C | E | 4E | 8 | 8 | 14 |
| Octal | 70 | 61 | 60 | 0 | 14 | 16 | 116 | 10 | 10 | 24 |
| Binary | 111000 | 110001 | 110000 | 0 | 1100 | 1110 | 1001110 | 1000 | 1000 | 10100 |
Color Harmonies of #383130
Complementary color
Monochromatic Colors of #383130
Black with #383130
Text Example
Text Example
White with #383130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383130; }
p { color: rgb(56,49,48); }
H1.HeaderClassName
{
color: #383130;
}
.AnyTagClassName
{
color: #383130;
}
</style>
background-color css
<style>
a { background-color: #383130; }
a { background-color: rgb(56,49,48); }
div.DivClassName
{
background-color: #383130;
}
.BgClassName
{
background-color: #383130;
}
</style>
border-color css
<style>
span { border-color: #383130; }
span { border-color: rgb(56,49,48); }
td.TdClassName
{
border-color: #383130;
}
.TagClassName
{
border-color: #383130;
}
</style>