Shades of Diesel #322C2B
Tints of Diesel #322C2B
RGB
CMYK
RGB Variations
Color information
#322C2B (or 0x322C2B) is known color: Diesel. HEX triplet: 32, 2C and 2B. RGB value is (50,44,43). Sum of RGB (Red+Green+Blue) = 50+44+43=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 50 - color contains mainly: red. Hex color #322C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C2B is #CDD3D4. Grayscale: #2D2D2D. Windows color (decimal): -13489109 or 2829362. OLE color: 2829362.
HSL color Cylindrical-coordinate representation of color #322C2B: hue angle of 8.57º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #322C2B is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
RGB | 50 | 44 | 43 | - |
CMYK | 0 | 0.12 | 0.14 | 0.80 |
HSL | 8.57º | 0.08% | 0.18% | - |
HSV(B) | 8.57º | 0.14% | 0.2% | - |
XYZ | 2.65 | 2.65 | 2.66 | - |
YUV | 45.68 | 126.49 | 131.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 50 | 44 | 43 | 0 | 0.12 | 0.14 | 0.80 | 8.57 | 0.08 | 0.18 |
Hex | 32 | 2C | 2B | 0 | C | E | 50 | 9 | 8 | 12 |
Octal | 62 | 54 | 53 | 0 | 14 | 16 | 120 | 11 | 10 | 22 |
Binary | 110010 | 101100 | 101011 | 0 | 1100 | 1110 | 1010000 | 1001 | 1000 | 10010 |
Color Harmonies of #322C2B
Complementary color
Monochromatic Colors of #322C2B
Black with #322C2B
Text Example
Text Example
White with #322C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C2B; }
p { color: rgb(50,44,43); }
H1.HeaderClassName
{
color: #322C2B;
}
.AnyTagClassName
{
color: #322C2B;
}
</style>
background-color css
<style>
a { background-color: #322C2B; }
a { background-color: rgb(50,44,43); }
div.DivClassName
{
background-color: #322C2B;
}
.BgClassName
{
background-color: #322C2B;
}
</style>
border-color css
<style>
span { border-color: #322C2B; }
span { border-color: rgb(50,44,43); }
td.TdClassName
{
border-color: #322C2B;
}
.TagClassName
{
border-color: #322C2B;
}
</style>