Shades of Diesel #362D2A
Tints of Diesel #362D2A
RGB
CMYK
RGB Variations
Color information
#362D2A (or 0x362D2A) is known color: Diesel. HEX triplet: 36, 2D and 2A. RGB value is (54,45,42). Sum of RGB (Red+Green+Blue) = 54+45+42=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 54 - color contains mainly: red. Hex color #362D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362D2A is #C9D2D5. Grayscale: #2F2F2F. Windows color (decimal): -13226710 or 2764086. OLE color: 2764086.
HSL color Cylindrical-coordinate representation of color #362D2A: hue angle of 15º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #362D2A is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 45 | 42 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.79 |
| HSL | 15º | 0.13% | 0.19% | - |
| HSV(B) | 15º | 0.22% | 0.21% | - |
| XYZ | 2.88 | 2.83 | 2.58 | - |
| YUV | 47.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 42 | 0 | 0.17 | 0.22 | 0.79 | 15 | 0.13 | 0.19 |
| Hex | 36 | 2D | 2A | 0 | 11 | 16 | 4F | F | C | 13 |
| Octal | 66 | 55 | 52 | 0 | 21 | 26 | 117 | 17 | 14 | 23 |
| Binary | 110110 | 101101 | 101010 | 0 | 10001 | 10110 | 1001111 | 1111 | 1100 | 10011 |
Color Harmonies of #362D2A
Complementary color
Monochromatic Colors of #362D2A
Black with #362D2A
Text Example
Text Example
White with #362D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362D2A; }
p { color: rgb(54,45,42); }
H1.HeaderClassName
{
color: #362D2A;
}
.AnyTagClassName
{
color: #362D2A;
}
</style>
background-color css
<style>
a { background-color: #362D2A; }
a { background-color: rgb(54,45,42); }
div.DivClassName
{
background-color: #362D2A;
}
.BgClassName
{
background-color: #362D2A;
}
</style>
border-color css
<style>
span { border-color: #362D2A; }
span { border-color: rgb(54,45,42); }
td.TdClassName
{
border-color: #362D2A;
}
.TagClassName
{
border-color: #362D2A;
}
</style>