Shades of Diesel #362D2C
Tints of Diesel #362D2C
RGB
CMYK
RGB Variations
Color information
#362D2C (or 0x362D2C) is known color: Diesel. HEX triplet: 36, 2D and 2C. RGB value is (54,45,44). Sum of RGB (Red+Green+Blue) = 54+45+44=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 54 - color contains mainly: red. Hex color #362D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362D2C is #C9D2D3. Grayscale: #2F2F2F. Windows color (decimal): -13226708 or 2895158. OLE color: 2895158.
HSL color Cylindrical-coordinate representation of color #362D2C: hue angle of 6º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #362D2C is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 45 | 44 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.79 |
| HSL | 6º | 0.1% | 0.19% | - |
| HSV(B) | 6º | 0.19% | 0.21% | - |
| XYZ | 2.91 | 2.84 | 2.78 | - |
| YUV | 47.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 44 | 0 | 0.17 | 0.19 | 0.79 | 6 | 0.1 | 0.19 |
| Hex | 36 | 2D | 2C | 0 | 11 | 13 | 4F | 6 | A | 13 |
| Octal | 66 | 55 | 54 | 0 | 21 | 23 | 117 | 6 | 12 | 23 |
| Binary | 110110 | 101101 | 101100 | 0 | 10001 | 10011 | 1001111 | 110 | 1010 | 10011 |
Color Harmonies of #362D2C
Complementary color
Monochromatic Colors of #362D2C
Black with #362D2C
Text Example
Text Example
White with #362D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362D2C; }
p { color: rgb(54,45,44); }
H1.HeaderClassName
{
color: #362D2C;
}
.AnyTagClassName
{
color: #362D2C;
}
</style>
background-color css
<style>
a { background-color: #362D2C; }
a { background-color: rgb(54,45,44); }
div.DivClassName
{
background-color: #362D2C;
}
.BgClassName
{
background-color: #362D2C;
}
</style>
border-color css
<style>
span { border-color: #362D2C; }
span { border-color: rgb(54,45,44); }
td.TdClassName
{
border-color: #362D2C;
}
.TagClassName
{
border-color: #362D2C;
}
</style>