Shades of Diesel #322E2D
Tints of Diesel #322E2D
RGB
CMYK
RGB Variations
Color information
#322E2D (or 0x322E2D) is known color: Diesel. HEX triplet: 32, 2E and 2D. RGB value is (50,46,45). Sum of RGB (Red+Green+Blue) = 50+46+45=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 50 - color contains mainly: red. Hex color #322E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322E2D is #CDD1D2. Grayscale: #2F2F2F. Windows color (decimal): -13488595 or 2960946. OLE color: 2960946.
HSL color Cylindrical-coordinate representation of color #322E2D: hue angle of 12º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #322E2D is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
RGB | 50 | 46 | 45 | - |
CMYK | 0 | 0.08 | 0.10 | 0.80 |
HSL | 12º | 0.05% | 0.19% | - |
HSV(B) | 12º | 0.1% | 0.2% | - |
XYZ | 2.77 | 2.82 | 2.88 | - |
YUV | 47.08 | 126.83 | 130.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 50 | 46 | 45 | 0 | 0.08 | 0.10 | 0.80 | 12 | 0.05 | 0.19 |
Hex | 32 | 2E | 2D | 0 | 8 | A | 50 | C | 5 | 13 |
Octal | 62 | 56 | 55 | 0 | 10 | 12 | 120 | 14 | 5 | 23 |
Binary | 110010 | 101110 | 101101 | 0 | 1000 | 1010 | 1010000 | 1100 | 101 | 10011 |
Color Harmonies of #322E2D
Complementary color
Monochromatic Colors of #322E2D
Black with #322E2D
Text Example
Text Example
White with #322E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E2D; }
p { color: rgb(50,46,45); }
H1.HeaderClassName
{
color: #322E2D;
}
.AnyTagClassName
{
color: #322E2D;
}
</style>
background-color css
<style>
a { background-color: #322E2D; }
a { background-color: rgb(50,46,45); }
div.DivClassName
{
background-color: #322E2D;
}
.BgClassName
{
background-color: #322E2D;
}
</style>
border-color css
<style>
span { border-color: #322E2D; }
span { border-color: rgb(50,46,45); }
td.TdClassName
{
border-color: #322E2D;
}
.TagClassName
{
border-color: #322E2D;
}
</style>