Shades of Diesel #322C2A
Tints of Diesel #322C2A
RGB
CMYK
RGB Variations
Color information
#322C2A (or 0x322C2A) is known color: Diesel. HEX triplet: 32, 2C and 2A. RGB value is (50,44,42). Sum of RGB (Red+Green+Blue) = 50+44+42=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 44 (17.58% from 255 or 32.35% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 50 - color contains mainly: red. Hex color #322C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C2A is #CDD3D5. Grayscale: #2D2D2D. Windows color (decimal): -13489110 or 2763826. OLE color: 2763826.
HSL color Cylindrical-coordinate representation of color #322C2A: hue angle of 15º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #322C2A is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 44 | 42 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.80 |
| HSL | 15º | 0.09% | 0.18% | - |
| HSV(B) | 15º | 0.16% | 0.2% | - |
| XYZ | 2.63 | 2.65 | 2.56 | - |
| YUV | 45.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 42 | 0 | 0.12 | 0.16 | 0.80 | 15 | 0.09 | 0.18 |
| Hex | 32 | 2C | 2A | 0 | C | 10 | 50 | F | 9 | 12 |
| Octal | 62 | 54 | 52 | 0 | 14 | 20 | 120 | 17 | 11 | 22 |
| Binary | 110010 | 101100 | 101010 | 0 | 1100 | 10000 | 1010000 | 1111 | 1001 | 10010 |
Color Harmonies of #322C2A
Complementary color
Monochromatic Colors of #322C2A
Black with #322C2A
Text Example
Text Example
White with #322C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C2A; }
p { color: rgb(50,44,42); }
H1.HeaderClassName
{
color: #322C2A;
}
.AnyTagClassName
{
color: #322C2A;
}
</style>
background-color css
<style>
a { background-color: #322C2A; }
a { background-color: rgb(50,44,42); }
div.DivClassName
{
background-color: #322C2A;
}
.BgClassName
{
background-color: #322C2A;
}
</style>
border-color css
<style>
span { border-color: #322C2A; }
span { border-color: rgb(50,44,42); }
td.TdClassName
{
border-color: #322C2A;
}
.TagClassName
{
border-color: #322C2A;
}
</style>