Shades of Gondola #38302D
Tints of Gondola #38302D
RGB
CMYK
RGB Variations
Color information
#38302D (or 0x38302D) is known color: Gondola. HEX triplet: 38, 30 and 2D. RGB value is (56,48,45). Sum of RGB (Red+Green+Blue) = 56+48+45=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 56 - color contains mainly: red. Hex color #38302D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38302D is #C7CFD2. Grayscale: #323232. Windows color (decimal): -13094867 or 2961464. OLE color: 2961464.
HSL color Cylindrical-coordinate representation of color #38302D: hue angle of 16.36º 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 #38302D is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 48 | 45 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.78 |
| HSL | 16.36º | 0.11% | 0.2% | - |
| HSV(B) | 16.36º | 0.2% | 0.22% | - |
| XYZ | 3.16 | 3.14 | 2.92 | - |
| YUV | 50.05 | 125.15 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 48 | 45 | 0 | 0.14 | 0.20 | 0.78 | 16.36 | 0.11 | 0.2 |
| Hex | 38 | 30 | 2D | 0 | E | 14 | 4E | 10 | B | 14 |
| Octal | 70 | 60 | 55 | 0 | 16 | 24 | 116 | 20 | 13 | 24 |
| Binary | 111000 | 110000 | 101101 | 0 | 1110 | 10100 | 1001110 | 10000 | 1011 | 10100 |
Color Harmonies of #38302D
Complementary color
Monochromatic Colors of #38302D
Black with #38302D
Text Example
Text Example
White with #38302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38302D; }
p { color: rgb(56,48,45); }
H1.HeaderClassName
{
color: #38302D;
}
.AnyTagClassName
{
color: #38302D;
}
</style>
background-color css
<style>
a { background-color: #38302D; }
a { background-color: rgb(56,48,45); }
div.DivClassName
{
background-color: #38302D;
}
.BgClassName
{
background-color: #38302D;
}
</style>
border-color css
<style>
span { border-color: #38302D; }
span { border-color: rgb(56,48,45); }
td.TdClassName
{
border-color: #38302D;
}
.TagClassName
{
border-color: #38302D;
}
</style>