Shades of Diesel #362B28
Tints of Diesel #362B28
RGB
CMYK
RGB Variations
Color information
#362B28 (or 0x362B28) is known color: Diesel. HEX triplet: 36, 2B and 28. RGB value is (54,43,40). Sum of RGB (Red+Green+Blue) = 54+43+40=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 43 (17.19% from 255 or 31.39% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 54 - color contains mainly: red. Hex color #362B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362B28 is #C9D4D7. Grayscale: #2D2D2D. Windows color (decimal): -13227224 or 2632502. OLE color: 2632502.
HSL color Cylindrical-coordinate representation of color #362B28: hue angle of 12.86º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #362B28 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 43 | 40 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.79 |
| HSL | 12.86º | 0.15% | 0.18% | - |
| HSV(B) | 12.86º | 0.26% | 0.21% | - |
| XYZ | 2.77 | 2.67 | 2.38 | - |
| YUV | 45.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 40 | 0 | 0.20 | 0.26 | 0.79 | 12.86 | 0.15 | 0.18 |
| Hex | 36 | 2B | 28 | 0 | 14 | 1A | 4F | D | F | 12 |
| Octal | 66 | 53 | 50 | 0 | 24 | 32 | 117 | 15 | 17 | 22 |
| Binary | 110110 | 101011 | 101000 | 0 | 10100 | 11010 | 1001111 | 1101 | 1111 | 10010 |
Color Harmonies of #362B28
Complementary color
Monochromatic Colors of #362B28
Black with #362B28
Text Example
Text Example
White with #362B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362B28; }
p { color: rgb(54,43,40); }
H1.HeaderClassName
{
color: #362B28;
}
.AnyTagClassName
{
color: #362B28;
}
</style>
background-color css
<style>
a { background-color: #362B28; }
a { background-color: rgb(54,43,40); }
div.DivClassName
{
background-color: #362B28;
}
.BgClassName
{
background-color: #362B28;
}
</style>
border-color css
<style>
span { border-color: #362B28; }
span { border-color: rgb(54,43,40); }
td.TdClassName
{
border-color: #362B28;
}
.TagClassName
{
border-color: #362B28;
}
</style>