Shades of Diesel #362F2E
Tints of Diesel #362F2E
RGB
CMYK
RGB Variations
Color information
#362F2E (or 0x362F2E) is known color: Diesel. HEX triplet: 36, 2F and 2E. RGB value is (54,47,46). Sum of RGB (Red+Green+Blue) = 54+47+46=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 54 - color contains mainly: red. Hex color #362F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362F2E is #C9D0D1. Grayscale: #303030. Windows color (decimal): -13226194 or 3026742. OLE color: 3026742.
HSL color Cylindrical-coordinate representation of color #362F2E: hue angle of 7.5º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #362F2E is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 47 | 46 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.79 |
| HSL | 7.5º | 0.08% | 0.2% | - |
| HSV(B) | 7.5º | 0.15% | 0.21% | - |
| XYZ | 3.03 | 3.01 | 3.01 | - |
| YUV | 48.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 47 | 46 | 0 | 0.13 | 0.15 | 0.79 | 7.5 | 0.08 | 0.2 |
| Hex | 36 | 2F | 2E | 0 | D | F | 4F | 8 | 8 | 14 |
| Octal | 66 | 57 | 56 | 0 | 15 | 17 | 117 | 10 | 10 | 24 |
| Binary | 110110 | 101111 | 101110 | 0 | 1101 | 1111 | 1001111 | 1000 | 1000 | 10100 |
Color Harmonies of #362F2E
Complementary color
Monochromatic Colors of #362F2E
Black with #362F2E
Text Example
Text Example
White with #362F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362F2E; }
p { color: rgb(54,47,46); }
H1.HeaderClassName
{
color: #362F2E;
}
.AnyTagClassName
{
color: #362F2E;
}
</style>
background-color css
<style>
a { background-color: #362F2E; }
a { background-color: rgb(54,47,46); }
div.DivClassName
{
background-color: #362F2E;
}
.BgClassName
{
background-color: #362F2E;
}
</style>
border-color css
<style>
span { border-color: #362F2E; }
span { border-color: rgb(54,47,46); }
td.TdClassName
{
border-color: #362F2E;
}
.TagClassName
{
border-color: #362F2E;
}
</style>