#322D2B

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

Shades of Diesel #322D2B

Tints of Diesel #322D2B

Color information

#322D2B (or 0x322D2B) is unknown color: approx Diesel. HEX triplet: 32, 2D and 2B. RGB value is (50,45,43). Sum of RGB (Red+Green+Blue) = 50+45+43=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 45 (17.97% from 255 or 32.61% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 50 - color contains mainly: red. Hex color #322D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322D2B is #CDD2D4. Grayscale: #2E2E2E. Windows color (decimal): -13488853 or 2829618. OLE color: 2829618.

HSL color Cylindrical-coordinate representation of color #322D2B: hue angle of 17.14º 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 #322D2B is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.80.

Color convert

RGB504543-
CMYK00.100.140.80
HSL17.14º7.53%18.24%-
HSV(B)17.14º14%19.61%-
XYZ2.692.732.67-
YUV46.27126.16130.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.23%
GREEN value IS 45 (17.97% from 255) = 32.61%
BLUE value IS 43 (17.19% from 255) = 31.16%
R=36.23%
G=32.61%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50454300.100.140.8017.147.5318.24
Hex322D2B0AE5011812
Octal62555301216120211022
Binary110010101101101011010101110101000010001100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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