Shades of Gondola #3D2F2D
Tints of Gondola #3D2F2D
RGB
CMYK
RGB Variations
Color information
#3D2F2D (or 0x3D2F2D) is known color: Gondola. HEX triplet: 3D, 2F and 2D. RGB value is (61,47,45). Sum of RGB (Red+Green+Blue) = 61+47+45=153 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.87% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2F2D is #C2D0D2. Grayscale: #323232. Windows color (decimal): -12767443 or 2961213. OLE color: 2961213.
HSL color Cylindrical-coordinate representation of color #3D2F2D: hue angle of 7.5º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3D2F2D is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 47 | 45 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.76 |
| HSL | 7.5º | 0.15% | 0.21% | - |
| HSV(B) | 7.5º | 0.26% | 0.24% | - |
| XYZ | 3.41 | 3.21 | 2.92 | - |
| YUV | 50.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 47 | 45 | 0 | 0.23 | 0.26 | 0.76 | 7.5 | 0.15 | 0.21 |
| Hex | 3D | 2F | 2D | 0 | 17 | 1A | 4C | 8 | F | 15 |
| Octal | 75 | 57 | 55 | 0 | 27 | 32 | 114 | 10 | 17 | 25 |
| Binary | 111101 | 101111 | 101101 | 0 | 10111 | 11010 | 1001100 | 1000 | 1111 | 10101 |
Color Harmonies of #3D2F2D
Complementary color
Monochromatic Colors of #3D2F2D
Black with #3D2F2D
Text Example
Text Example
White with #3D2F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2F2D; }
p { color: rgb(61,47,45); }
H1.HeaderClassName
{
color: #3D2F2D;
}
.AnyTagClassName
{
color: #3D2F2D;
}
</style>
background-color css
<style>
a { background-color: #3D2F2D; }
a { background-color: rgb(61,47,45); }
div.DivClassName
{
background-color: #3D2F2D;
}
.BgClassName
{
background-color: #3D2F2D;
}
</style>
border-color css
<style>
span { border-color: #3D2F2D; }
span { border-color: rgb(61,47,45); }
td.TdClassName
{
border-color: #3D2F2D;
}
.TagClassName
{
border-color: #3D2F2D;
}
</style>