#322A28

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

Shades of Diesel #322A28

Tints of Diesel #322A28

Color information

#322A28 (or 0x322A28) is unknown color: approx Diesel. HEX triplet: 32, 2A and 28. RGB value is (50,42,40). Sum of RGB (Red+Green+Blue) = 50+42+40=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 50 - color contains mainly: red. Hex color #322A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322A28 is #CDD5D7. Grayscale: #2C2C2C. Windows color (decimal): -13489624 or 2632242. OLE color: 2632242.

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

Color convert

RGB504240-
CMYK00.160.200.80
HSL12º11.11%17.65%-
HSV(B)12º20%19.61%-
XYZ2.532.492.35-
YUV44.16125.65132.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.88%
GREEN value IS 42 (16.80% from 255) = 31.82%
BLUE value IS 40 (16.02% from 255) = 30.30%
R=37.88%
G=31.82%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50424000.160.200.801211.1117.65
Hex322A280101450cb12
Octal62525002024120141322
Binary1100101010101010000100001010010100001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,42,40); }

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

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

 a { background-color: rgb(50,42,40); }

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

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

 span { border-color: rgb(50,42,40); }

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