Shades of Diesel #372C2B
Tints of Diesel #372C2B
RGB
CMYK
RGB Variations
Color information
#372C2B (or 0x372C2B) is known color: Diesel. HEX triplet: 37, 2C and 2B. RGB value is (55,44,43). Sum of RGB (Red+Green+Blue) = 55+44+43=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 55 - color contains mainly: red. Hex color #372C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372C2B is #C8D3D4. Grayscale: #2F2F2F. Windows color (decimal): -13161429 or 2829367. OLE color: 2829367.
HSL color Cylindrical-coordinate representation of color #372C2B: hue angle of 5º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #372C2B is Cyan = 0, Magento = 0.2, Yellow = 0.22 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 44 | 43 | - |
| CMYK | 0 | 0.2 | 0.22 | 0.78 |
| HSL | 5º | 0.12% | 0.19% | - |
| HSV(B) | 5º | 0.22% | 0.22% | - |
| XYZ | 2.91 | 2.79 | 2.67 | - |
| YUV | 47.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 44 | 43 | 0 | 0.2 | 0.22 | 0.78 | 5 | 0.12 | 0.19 |
| Hex | 37 | 2C | 2B | 0 | 14 | 16 | 4E | 5 | C | 13 |
| Octal | 67 | 54 | 53 | 0 | 24 | 26 | 116 | 5 | 14 | 23 |
| Binary | 110111 | 101100 | 101011 | 0 | 10100 | 10110 | 1001110 | 101 | 1100 | 10011 |
Color Harmonies of #372C2B
Complementary color
Monochromatic Colors of #372C2B
Black with #372C2B
Text Example
Text Example
White with #372C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372C2B; }
p { color: rgb(55,44,43); }
H1.HeaderClassName
{
color: #372C2B;
}
.AnyTagClassName
{
color: #372C2B;
}
</style>
background-color css
<style>
a { background-color: #372C2B; }
a { background-color: rgb(55,44,43); }
div.DivClassName
{
background-color: #372C2B;
}
.BgClassName
{
background-color: #372C2B;
}
</style>
border-color css
<style>
span { border-color: #372C2B; }
span { border-color: rgb(55,44,43); }
td.TdClassName
{
border-color: #372C2B;
}
.TagClassName
{
border-color: #372C2B;
}
</style>