#322B29

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

Shades of Diesel #322B29

Tints of Diesel #322B29

Color information

#322B29 (or 0x322B29) is unknown color: approx Diesel. HEX triplet: 32, 2B and 29. RGB value is (50,43,41). Sum of RGB (Red+Green+Blue) = 50+43+41=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 50 - color contains mainly: red. Hex color #322B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322B29 is #CDD4D6. Grayscale: #2C2C2C. Windows color (decimal): -13489367 or 2698034. OLE color: 2698034.

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

Color convert

RGB504341-
CMYK00.140.180.80
HSL13.33º9.89%17.84%-
HSV(B)13.33º18%19.61%-
XYZ2.582.572.46-
YUV44.86125.82131.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.31%
GREEN value IS 43 (17.19% from 255) = 32.09%
BLUE value IS 41 (16.41% from 255) = 30.60%
R=37.31%
G=32.09%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50434100.140.180.8013.339.8917.84
Hex322B290E1250da12
Octal62535101622120151222
Binary110010101011101001011101001010100001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,43,41); }

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

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

 a { background-color: rgb(50,43,41); }

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

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

 span { border-color: rgb(50,43,41); }

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