Shades of Diesel #3C2D29
Tints of Diesel #3C2D29
RGB
CMYK
RGB Variations
Color information
#3C2D29 (or 0x3C2D29) is known color: Diesel. HEX triplet: 3C, 2D and 29. RGB value is (60,45,41). Sum of RGB (Red+Green+Blue) = 60+45+41=146 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.10% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2D29 is #C3D2D6. Grayscale: #313131. Windows color (decimal): -12833495 or 2698556. OLE color: 2698556.
HSL color Cylindrical-coordinate representation of color #3C2D29: hue angle of 12.63º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3C2D29 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 45 | 41 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.76 |
| HSL | 12.63º | 0.19% | 0.2% | - |
| HSV(B) | 12.63º | 0.32% | 0.24% | - |
| XYZ | 3.2 | 3 | 2.51 | - |
| YUV | 49.03 | 123.47 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 45 | 41 | 0 | 0.25 | 0.32 | 0.76 | 12.63 | 0.19 | 0.2 |
| Hex | 3C | 2D | 29 | 0 | 19 | 20 | 4C | D | 13 | 14 |
| Octal | 74 | 55 | 51 | 0 | 31 | 40 | 114 | 15 | 23 | 24 |
| Binary | 111100 | 101101 | 101001 | 0 | 11001 | 100000 | 1001100 | 1101 | 10011 | 10100 |
Color Harmonies of #3C2D29
Complementary color
Monochromatic Colors of #3C2D29
Black with #3C2D29
Text Example
Text Example
White with #3C2D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2D29; }
p { color: rgb(60,45,41); }
H1.HeaderClassName
{
color: #3C2D29;
}
.AnyTagClassName
{
color: #3C2D29;
}
</style>
background-color css
<style>
a { background-color: #3C2D29; }
a { background-color: rgb(60,45,41); }
div.DivClassName
{
background-color: #3C2D29;
}
.BgClassName
{
background-color: #3C2D29;
}
</style>
border-color css
<style>
span { border-color: #3C2D29; }
span { border-color: rgb(60,45,41); }
td.TdClassName
{
border-color: #3C2D29;
}
.TagClassName
{
border-color: #3C2D29;
}
</style>