Shades of Diesel #392E2C
Tints of Diesel #392E2C
RGB
CMYK
RGB Variations
Color information
#392E2C (or 0x392E2C) is known color: Diesel. HEX triplet: 39, 2E and 2C. RGB value is (57,46,44). Sum of RGB (Red+Green+Blue) = 57+46+44=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 57 - color contains mainly: red. Hex color #392E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E2C is #C6D1D3. Grayscale: #313131. Windows color (decimal): -13029844 or 2895417. OLE color: 2895417.
HSL color Cylindrical-coordinate representation of color #392E2C: hue angle of 9.23º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #392E2C is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 46 | 44 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.78 |
| HSL | 9.23º | 0.13% | 0.2% | - |
| HSV(B) | 9.23º | 0.23% | 0.22% | - |
| XYZ | 3.12 | 3.01 | 2.8 | - |
| YUV | 49.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 46 | 44 | 0 | 0.19 | 0.23 | 0.78 | 9.23 | 0.13 | 0.2 |
| Hex | 39 | 2E | 2C | 0 | 13 | 17 | 4E | 9 | D | 14 |
| Octal | 71 | 56 | 54 | 0 | 23 | 27 | 116 | 11 | 15 | 24 |
| Binary | 111001 | 101110 | 101100 | 0 | 10011 | 10111 | 1001110 | 1001 | 1101 | 10100 |
Color Harmonies of #392E2C
Complementary color
Monochromatic Colors of #392E2C
Black with #392E2C
Text Example
Text Example
White with #392E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392E2C; }
p { color: rgb(57,46,44); }
H1.HeaderClassName
{
color: #392E2C;
}
.AnyTagClassName
{
color: #392E2C;
}
</style>
background-color css
<style>
a { background-color: #392E2C; }
a { background-color: rgb(57,46,44); }
div.DivClassName
{
background-color: #392E2C;
}
.BgClassName
{
background-color: #392E2C;
}
</style>
border-color css
<style>
span { border-color: #392E2C; }
span { border-color: rgb(57,46,44); }
td.TdClassName
{
border-color: #392E2C;
}
.TagClassName
{
border-color: #392E2C;
}
</style>