Shades of Diesel #3E2C29
Tints of Diesel #3E2C29
RGB
CMYK
RGB Variations
Color information
#3E2C29 (or 0x3E2C29) is known color: Diesel. HEX triplet: 3E, 2C and 29. RGB value is (62,44,41). Sum of RGB (Red+Green+Blue) = 62+44+41=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2C29 is #C1D3D6. Grayscale: #313131. Windows color (decimal): -12702679 or 2698302. OLE color: 2698302.
HSL color Cylindrical-coordinate representation of color #3E2C29: hue angle of 8.57º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3E2C29 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 44 | 41 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.76 |
| HSL | 8.57º | 0.2% | 0.2% | - |
| HSV(B) | 8.57º | 0.34% | 0.24% | - |
| XYZ | 3.29 | 2.99 | 2.5 | - |
| YUV | 49.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 44 | 41 | 0 | 0.29 | 0.34 | 0.76 | 8.57 | 0.2 | 0.2 |
| Hex | 3E | 2C | 29 | 0 | 1D | 22 | 4C | 9 | 14 | 14 |
| Octal | 76 | 54 | 51 | 0 | 35 | 42 | 114 | 11 | 24 | 24 |
| Binary | 111110 | 101100 | 101001 | 0 | 11101 | 100010 | 1001100 | 1001 | 10100 | 10100 |
Color Harmonies of #3E2C29
Complementary color
Monochromatic Colors of #3E2C29
Black with #3E2C29
Text Example
Text Example
White with #3E2C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2C29; }
p { color: rgb(62,44,41); }
H1.HeaderClassName
{
color: #3E2C29;
}
.AnyTagClassName
{
color: #3E2C29;
}
</style>
background-color css
<style>
a { background-color: #3E2C29; }
a { background-color: rgb(62,44,41); }
div.DivClassName
{
background-color: #3E2C29;
}
.BgClassName
{
background-color: #3E2C29;
}
</style>
border-color css
<style>
span { border-color: #3E2C29; }
span { border-color: rgb(62,44,41); }
td.TdClassName
{
border-color: #3E2C29;
}
.TagClassName
{
border-color: #3E2C29;
}
</style>