Shades of Diesel #322A28
Tints of Diesel #322A28
RGB
CMYK
RGB Variations
Color information
#322A28 (or 0x322A28) is known color: Diesel. HEX triplet: 32, 2A and 28. RGB value is (50,42,40). Sum of RGB (Red+Green+Blue) = 50+42+40=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 50 - color contains mainly: red. Hex color #322A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322A28 is #CDD5D7. Grayscale: #2C2C2C. Windows color (decimal): -13489624 or 2632242. OLE color: 2632242.
HSL color Cylindrical-coordinate representation of color #322A28: hue angle of 12º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #322A28 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 42 | 40 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.80 |
| HSL | 12º | 0.11% | 0.18% | - |
| HSV(B) | 12º | 0.2% | 0.2% | - |
| XYZ | 2.53 | 2.49 | 2.35 | - |
| YUV | 44.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 40 | 0 | 0.16 | 0.20 | 0.80 | 12 | 0.11 | 0.18 |
| Hex | 32 | 2A | 28 | 0 | 10 | 14 | 50 | C | B | 12 |
| Octal | 62 | 52 | 50 | 0 | 20 | 24 | 120 | 14 | 13 | 22 |
| Binary | 110010 | 101010 | 101000 | 0 | 10000 | 10100 | 1010000 | 1100 | 1011 | 10010 |
Color Harmonies of #322A28
Complementary color
Monochromatic Colors of #322A28
Black with #322A28
Text Example
Text Example
White with #322A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A28; }
p { color: rgb(50,42,40); }
H1.HeaderClassName
{
color: #322A28;
}
.AnyTagClassName
{
color: #322A28;
}
</style>
background-color css
<style>
a { background-color: #322A28; }
a { background-color: rgb(50,42,40); }
div.DivClassName
{
background-color: #322A28;
}
.BgClassName
{
background-color: #322A28;
}
</style>
border-color css
<style>
span { border-color: #322A28; }
span { border-color: rgb(50,42,40); }
td.TdClassName
{
border-color: #322A28;
}
.TagClassName
{
border-color: #322A28;
}
</style>