Shades of Diesel #392C2A
Tints of Diesel #392C2A
RGB
CMYK
RGB Variations
Color information
#392C2A (or 0x392C2A) is known color: Diesel. HEX triplet: 39, 2C and 2A. RGB value is (57,44,42). Sum of RGB (Red+Green+Blue) = 57+44+42=143 (18% of max value = 765). Red value is 57 (22.66% from 255 or 39.86% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 57 - color contains mainly: red. Hex color #392C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392C2A is #C6D3D5. Grayscale: #2F2F2F. Windows color (decimal): -13030358 or 2763833. OLE color: 2763833.
HSL color Cylindrical-coordinate representation of color #392C2A: hue angle of 8º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #392C2A is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 44 | 42 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.78 |
| HSL | 8º | 0.15% | 0.19% | - |
| HSV(B) | 8º | 0.26% | 0.22% | - |
| XYZ | 3.01 | 2.84 | 2.58 | - |
| YUV | 47.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 42 | 0 | 0.23 | 0.26 | 0.78 | 8 | 0.15 | 0.19 |
| Hex | 39 | 2C | 2A | 0 | 17 | 1A | 4E | 8 | F | 13 |
| Octal | 71 | 54 | 52 | 0 | 27 | 32 | 116 | 10 | 17 | 23 |
| Binary | 111001 | 101100 | 101010 | 0 | 10111 | 11010 | 1001110 | 1000 | 1111 | 10011 |
Color Harmonies of #392C2A
Complementary color
Monochromatic Colors of #392C2A
Black with #392C2A
Text Example
Text Example
White with #392C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392C2A; }
p { color: rgb(57,44,42); }
H1.HeaderClassName
{
color: #392C2A;
}
.AnyTagClassName
{
color: #392C2A;
}
</style>
background-color css
<style>
a { background-color: #392C2A; }
a { background-color: rgb(57,44,42); }
div.DivClassName
{
background-color: #392C2A;
}
.BgClassName
{
background-color: #392C2A;
}
</style>
border-color css
<style>
span { border-color: #392C2A; }
span { border-color: rgb(57,44,42); }
td.TdClassName
{
border-color: #392C2A;
}
.TagClassName
{
border-color: #392C2A;
}
</style>