#322D2C

Color #322D2C Diesel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Diesel #322D2C

Tints of Diesel #322D2C

Color information

#322D2C (or 0x322D2C) is unknown color: approx Diesel. HEX triplet: 32, 2D and 2C. RGB value is (50,45,44). Sum of RGB (Red+Green+Blue) = 50+45+44=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 50 - color contains mainly: red. Hex color #322D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322D2C is #CDD2D3. Grayscale: #2E2E2E. Windows color (decimal): -13488852 or 2895154. OLE color: 2895154.

HSL color Cylindrical-coordinate representation of color #322D2C: hue angle of 10º degrees, saturation: 0.06, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #322D2C is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB504544-
CMYK00.100.120.80
HSL10º6.38%18.43%-
HSV(B)10º12%19.61%-
XYZ2.712.742.77-
YUV46.38126.66130.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 35.97%
GREEN value IS 45 (17.97% from 255) = 32.37%
BLUE value IS 44 (17.58% from 255) = 31.65%
R=35.97%
G=32.37%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50454400.100.120.80106.3818.43
Hex322D2C0AC50a612
Octal6255540121412012622
Binary1100101011011011000101011001010000101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322D2C; }

 p { color: rgb(50,45,44); }

 H1.HeaderClassName
 {
   color: #322D2C;
 }
 .AnyTagClassName
 {
   color: #322D2C;
 }
</style>
background-color css

<style>
 a { background-color: #322D2C; }

 a { background-color: rgb(50,45,44); }

 div.DivClassName
 {
   background-color: #322D2C;
 }
 .BgClassName
 {
   background-color: #322D2C;
 }
</style>
border-color css

<style>
 span { border-color: #322D2C; }

 span { border-color: rgb(50,45,44); }

 td.TdClassName
 {
   border-color: #322D2C;
 }
 .TagClassName
 {
   border-color: #322D2C;
 }
</style>