Shades of Diesel #3C2E2C
Tints of Diesel #3C2E2C
RGB
CMYK
RGB Variations
Color information
#3C2E2C (or 0x3C2E2C) is known color: Diesel. HEX triplet: 3C, 2E and 2C. RGB value is (60,46,44). Sum of RGB (Red+Green+Blue) = 60+46+44=150 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2E2C is #C3D1D3. Grayscale: #313131. Windows color (decimal): -12833236 or 2895420. OLE color: 2895420.
HSL color Cylindrical-coordinate representation of color #3C2E2C: hue angle of 7.5º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3C2E2C is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 46 | 44 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.76 |
| HSL | 7.5º | 0.15% | 0.2% | - |
| HSV(B) | 7.5º | 0.27% | 0.24% | - |
| XYZ | 3.3 | 3.1 | 2.81 | - |
| YUV | 49.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 46 | 44 | 0 | 0.23 | 0.27 | 0.76 | 7.5 | 0.15 | 0.2 |
| Hex | 3C | 2E | 2C | 0 | 17 | 1B | 4C | 8 | F | 14 |
| Octal | 74 | 56 | 54 | 0 | 27 | 33 | 114 | 10 | 17 | 24 |
| Binary | 111100 | 101110 | 101100 | 0 | 10111 | 11011 | 1001100 | 1000 | 1111 | 10100 |
Color Harmonies of #3C2E2C
Complementary color
Monochromatic Colors of #3C2E2C
Black with #3C2E2C
Text Example
Text Example
White with #3C2E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2E2C; }
p { color: rgb(60,46,44); }
H1.HeaderClassName
{
color: #3C2E2C;
}
.AnyTagClassName
{
color: #3C2E2C;
}
</style>
background-color css
<style>
a { background-color: #3C2E2C; }
a { background-color: rgb(60,46,44); }
div.DivClassName
{
background-color: #3C2E2C;
}
.BgClassName
{
background-color: #3C2E2C;
}
</style>
border-color css
<style>
span { border-color: #3C2E2C; }
span { border-color: rgb(60,46,44); }
td.TdClassName
{
border-color: #3C2E2C;
}
.TagClassName
{
border-color: #3C2E2C;
}
</style>