#322C2B

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

Shades of Diesel #322C2B

Tints of Diesel #322C2B

Color information

#322C2B (or 0x322C2B) is unknown color: approx 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

RGB504443-
CMYK00.120.140.80
HSL8.57º7.53%18.24%-
HSV(B)8.57º14%19.61%-
XYZ2.652.652.66-
YUV45.68126.49131.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.50%
GREEN value IS 44 (17.58% from 255) = 32.12%
BLUE value IS 43 (17.19% from 255) = 31.39%
R=36.50%
G=32.12%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50444300.120.140.808.577.5318.24
Hex322C2B0CE509812
Octal62545301416120111022
Binary11001010110010101101100111010100001001100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>