Shades of Diesel #362E2D
Tints of Diesel #362E2D
RGB
CMYK
RGB Variations
Color information
#362E2D (or 0x362E2D) is known color: Diesel. HEX triplet: 36, 2E and 2D. RGB value is (54,46,45). Sum of RGB (Red+Green+Blue) = 54+46+45=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 54 - color contains mainly: red. Hex color #362E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E2D is #C9D1D2. Grayscale: #303030. Windows color (decimal): -13226451 or 2960950. OLE color: 2960950.
HSL color Cylindrical-coordinate representation of color #362E2D: hue angle of 6.67º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #362E2D is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
RGB | 54 | 46 | 45 | - |
CMYK | 0 | 0.15 | 0.17 | 0.79 |
HSL | 6.67º | 0.09% | 0.19% | - |
HSV(B) | 6.67º | 0.17% | 0.21% | - |
XYZ | 2.97 | 2.93 | 2.89 | - |
YUV | 48.28 | 126.15 | 132.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 54 | 46 | 45 | 0 | 0.15 | 0.17 | 0.79 | 6.67 | 0.09 | 0.19 |
Hex | 36 | 2E | 2D | 0 | F | 11 | 4F | 7 | 9 | 13 |
Octal | 66 | 56 | 55 | 0 | 17 | 21 | 117 | 7 | 11 | 23 |
Binary | 110110 | 101110 | 101101 | 0 | 1111 | 10001 | 1001111 | 111 | 1001 | 10011 |
Color Harmonies of #362E2D
Complementary color
Monochromatic Colors of #362E2D
Black with #362E2D
Text Example
Text Example
White with #362E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362E2D; }
p { color: rgb(54,46,45); }
H1.HeaderClassName
{
color: #362E2D;
}
.AnyTagClassName
{
color: #362E2D;
}
</style>
background-color css
<style>
a { background-color: #362E2D; }
a { background-color: rgb(54,46,45); }
div.DivClassName
{
background-color: #362E2D;
}
.BgClassName
{
background-color: #362E2D;
}
</style>
border-color css
<style>
span { border-color: #362E2D; }
span { border-color: rgb(54,46,45); }
td.TdClassName
{
border-color: #362E2D;
}
.TagClassName
{
border-color: #362E2D;
}
</style>