Shades of Gondola #38302E
Tints of Gondola #38302E
RGB
CMYK
RGB Variations
Color information
#38302E (or 0x38302E) is known color: Gondola. HEX triplet: 38, 30 and 2E. RGB value is (56,48,46). Sum of RGB (Red+Green+Blue) = 56+48+46=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 56 - color contains mainly: red. Hex color #38302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38302E is #C7CFD1. Grayscale: #323232. Windows color (decimal): -13094866 or 3027000. OLE color: 3027000.
HSL color Cylindrical-coordinate representation of color #38302E: hue angle of 12º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #38302E is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 48 | 46 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.78 |
| HSL | 12º | 0.1% | 0.2% | - |
| HSV(B) | 12º | 0.18% | 0.22% | - |
| XYZ | 3.18 | 3.15 | 3.03 | - |
| YUV | 50.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 48 | 46 | 0 | 0.14 | 0.18 | 0.78 | 12 | 0.1 | 0.2 |
| Hex | 38 | 30 | 2E | 0 | E | 12 | 4E | C | A | 14 |
| Octal | 70 | 60 | 56 | 0 | 16 | 22 | 116 | 14 | 12 | 24 |
| Binary | 111000 | 110000 | 101110 | 0 | 1110 | 10010 | 1001110 | 1100 | 1010 | 10100 |
Color Harmonies of #38302E
Complementary color
Monochromatic Colors of #38302E
Black with #38302E
Text Example
Text Example
White with #38302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38302E; }
p { color: rgb(56,48,46); }
H1.HeaderClassName
{
color: #38302E;
}
.AnyTagClassName
{
color: #38302E;
}
</style>
background-color css
<style>
a { background-color: #38302E; }
a { background-color: rgb(56,48,46); }
div.DivClassName
{
background-color: #38302E;
}
.BgClassName
{
background-color: #38302E;
}
</style>
border-color css
<style>
span { border-color: #38302E; }
span { border-color: rgb(56,48,46); }
td.TdClassName
{
border-color: #38302E;
}
.TagClassName
{
border-color: #38302E;
}
</style>