Shades of Diesel #372B27
Tints of Diesel #372B27
RGB
CMYK
RGB Variations
Color information
#372B27 (or 0x372B27) is known color: Diesel. HEX triplet: 37, 2B and 27. RGB value is (55,43,39). Sum of RGB (Red+Green+Blue) = 55+43+39=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 43 (17.19% from 255 or 31.39% from 137); Blue value is 39 (15.62% from 255 or 28.47% from 137); Max value from RGB is 55 - color contains mainly: red. Hex color #372B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372B27 is #C8D4D8. Grayscale: #2E2E2E. Windows color (decimal): -13161689 or 2566967. OLE color: 2566967.
HSL color Cylindrical-coordinate representation of color #372B27: hue angle of 15º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #372B27 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 43 | 39 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.78 |
| HSL | 15º | 0.17% | 0.18% | - |
| HSV(B) | 15º | 0.29% | 0.22% | - |
| XYZ | 2.81 | 2.69 | 2.29 | - |
| YUV | 46.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 43 | 39 | 0 | 0.22 | 0.29 | 0.78 | 15 | 0.17 | 0.18 |
| Hex | 37 | 2B | 27 | 0 | 16 | 1D | 4E | F | 11 | 12 |
| Octal | 67 | 53 | 47 | 0 | 26 | 35 | 116 | 17 | 21 | 22 |
| Binary | 110111 | 101011 | 100111 | 0 | 10110 | 11101 | 1001110 | 1111 | 10001 | 10010 |
Color Harmonies of #372B27
Complementary color
Monochromatic Colors of #372B27
Black with #372B27
Text Example
Text Example
White with #372B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372B27; }
p { color: rgb(55,43,39); }
H1.HeaderClassName
{
color: #372B27;
}
.AnyTagClassName
{
color: #372B27;
}
</style>
background-color css
<style>
a { background-color: #372B27; }
a { background-color: rgb(55,43,39); }
div.DivClassName
{
background-color: #372B27;
}
.BgClassName
{
background-color: #372B27;
}
</style>
border-color css
<style>
span { border-color: #372B27; }
span { border-color: rgb(55,43,39); }
td.TdClassName
{
border-color: #372B27;
}
.TagClassName
{
border-color: #372B27;
}
</style>