Shades of Gondola #3D302C
Tints of Gondola #3D302C
RGB
CMYK
RGB Variations
Color information
#3D302C (or 0x3D302C) is known color: Gondola. HEX triplet: 3D, 30 and 2C. RGB value is (61,48,44). Sum of RGB (Red+Green+Blue) = 61+48+44=153 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.87% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 61 - color contains mainly: red. Hex color #3D302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D302C is #C2CFD3. Grayscale: #333333. Windows color (decimal): -12767188 or 2895933. OLE color: 2895933.
HSL color Cylindrical-coordinate representation of color #3D302C: hue angle of 14.12º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D302C is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 48 | 44 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.76 |
| HSL | 14.12º | 0.16% | 0.21% | - |
| HSV(B) | 14.12º | 0.28% | 0.24% | - |
| XYZ | 3.44 | 3.29 | 2.84 | - |
| YUV | 51.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 48 | 44 | 0 | 0.21 | 0.28 | 0.76 | 14.12 | 0.16 | 0.21 |
| Hex | 3D | 30 | 2C | 0 | 15 | 1C | 4C | E | 10 | 15 |
| Octal | 75 | 60 | 54 | 0 | 25 | 34 | 114 | 16 | 20 | 25 |
| Binary | 111101 | 110000 | 101100 | 0 | 10101 | 11100 | 1001100 | 1110 | 10000 | 10101 |
Color Harmonies of #3D302C
Complementary color
Monochromatic Colors of #3D302C
Black with #3D302C
Text Example
Text Example
White with #3D302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D302C; }
p { color: rgb(61,48,44); }
H1.HeaderClassName
{
color: #3D302C;
}
.AnyTagClassName
{
color: #3D302C;
}
</style>
background-color css
<style>
a { background-color: #3D302C; }
a { background-color: rgb(61,48,44); }
div.DivClassName
{
background-color: #3D302C;
}
.BgClassName
{
background-color: #3D302C;
}
</style>
border-color css
<style>
span { border-color: #3D302C; }
span { border-color: rgb(61,48,44); }
td.TdClassName
{
border-color: #3D302C;
}
.TagClassName
{
border-color: #3D302C;
}
</style>