Shades of Diesel #392C2B
Tints of Diesel #392C2B
RGB
CMYK
RGB Variations
Color information
#392C2B (or 0x392C2B) is known color: Diesel. HEX triplet: 39, 2C and 2B. RGB value is (57,44,43). Sum of RGB (Red+Green+Blue) = 57+44+43=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 57 - color contains mainly: red. Hex color #392C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392C2B is #C6D3D4. Grayscale: #2F2F2F. Windows color (decimal): -13030357 or 2829369. OLE color: 2829369.
HSL color Cylindrical-coordinate representation of color #392C2B: hue angle of 4.29º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #392C2B is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 44 | 43 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.78 |
| HSL | 4.29º | 0.14% | 0.2% | - |
| HSV(B) | 4.29º | 0.25% | 0.22% | - |
| XYZ | 3.02 | 2.85 | 2.68 | - |
| YUV | 47.77 | 125.31 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 43 | 0 | 0.23 | 0.25 | 0.78 | 4.29 | 0.14 | 0.2 |
| Hex | 39 | 2C | 2B | 0 | 17 | 19 | 4E | 4 | E | 14 |
| Octal | 71 | 54 | 53 | 0 | 27 | 31 | 116 | 4 | 16 | 24 |
| Binary | 111001 | 101100 | 101011 | 0 | 10111 | 11001 | 1001110 | 100 | 1110 | 10100 |
Color Harmonies of #392C2B
Complementary color
Monochromatic Colors of #392C2B
Black with #392C2B
Text Example
Text Example
White with #392C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392C2B; }
p { color: rgb(57,44,43); }
H1.HeaderClassName
{
color: #392C2B;
}
.AnyTagClassName
{
color: #392C2B;
}
</style>
background-color css
<style>
a { background-color: #392C2B; }
a { background-color: rgb(57,44,43); }
div.DivClassName
{
background-color: #392C2B;
}
.BgClassName
{
background-color: #392C2B;
}
</style>
border-color css
<style>
span { border-color: #392C2B; }
span { border-color: rgb(57,44,43); }
td.TdClassName
{
border-color: #392C2B;
}
.TagClassName
{
border-color: #392C2B;
}
</style>