Shades of Diesel #372E2C
Tints of Diesel #372E2C
RGB
CMYK
RGB Variations
Color information
#372E2C (or 0x372E2C) is known color: Diesel. HEX triplet: 37, 2E and 2C. RGB value is (55,46,44). Sum of RGB (Red+Green+Blue) = 55+46+44=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 55 - color contains mainly: red. Hex color #372E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372E2C is #C8D1D3. Grayscale: #303030. Windows color (decimal): -13160916 or 2895415. OLE color: 2895415.
HSL color Cylindrical-coordinate representation of color #372E2C: hue angle of 10.91º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #372E2C is Cyan = 0, Magento = 0.16, Yellow = 0.2 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 46 | 44 | - |
| CMYK | 0 | 0.16 | 0.2 | 0.78 |
| HSL | 10.91º | 0.11% | 0.19% | - |
| HSV(B) | 10.91º | 0.2% | 0.22% | - |
| XYZ | 3.01 | 2.95 | 2.79 | - |
| YUV | 48.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 46 | 44 | 0 | 0.16 | 0.2 | 0.78 | 10.91 | 0.11 | 0.19 |
| Hex | 37 | 2E | 2C | 0 | 10 | 14 | 4E | B | B | 13 |
| Octal | 67 | 56 | 54 | 0 | 20 | 24 | 116 | 13 | 13 | 23 |
| Binary | 110111 | 101110 | 101100 | 0 | 10000 | 10100 | 1001110 | 1011 | 1011 | 10011 |
Color Harmonies of #372E2C
Complementary color
Monochromatic Colors of #372E2C
Black with #372E2C
Text Example
Text Example
White with #372E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372E2C; }
p { color: rgb(55,46,44); }
H1.HeaderClassName
{
color: #372E2C;
}
.AnyTagClassName
{
color: #372E2C;
}
</style>
background-color css
<style>
a { background-color: #372E2C; }
a { background-color: rgb(55,46,44); }
div.DivClassName
{
background-color: #372E2C;
}
.BgClassName
{
background-color: #372E2C;
}
</style>
border-color css
<style>
span { border-color: #372E2C; }
span { border-color: rgb(55,46,44); }
td.TdClassName
{
border-color: #372E2C;
}
.TagClassName
{
border-color: #372E2C;
}
</style>