#322E2D

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

Shades of Diesel #322E2D

Tints of Diesel #322E2D

Color information

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

RGB504645-
CMYK00.080.100.80
HSL12º5.26%18.63%-
HSV(B)12º10%19.61%-
XYZ2.772.822.88-
YUV47.08126.83130.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.46%
GREEN value IS 46 (18.36% from 255) = 32.62%
BLUE value IS 45 (17.97% from 255) = 31.91%
R=35.46%
G=32.62%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50464500.080.100.80125.2618.63
Hex322E2D08A50c513
Octal6256550101212014523
Binary1100101011101011010100010101010000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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