#322C2A

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

Shades of Diesel #322C2A

Tints of Diesel #322C2A

Color information

#322C2A (or 0x322C2A) is unknown color: approx Diesel. HEX triplet: 32, 2C and 2A. RGB value is (50,44,42). Sum of RGB (Red+Green+Blue) = 50+44+42=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 44 (17.58% from 255 or 32.35% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 50 - color contains mainly: red. Hex color #322C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C2A is #CDD3D5. Grayscale: #2D2D2D. Windows color (decimal): -13489110 or 2763826. OLE color: 2763826.

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

Color convert

RGB504442-
CMYK00.120.160.80
HSL15º8.7%18.04%-
HSV(B)15º16%19.61%-
XYZ2.632.652.56-
YUV45.57125.99131.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.76%
GREEN value IS 44 (17.58% from 255) = 32.35%
BLUE value IS 42 (16.80% from 255) = 30.88%
R=36.76%
G=32.35%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50444200.120.160.80158.718.04
Hex322C2A0C1050f912
Octal62545201420120171122
Binary110010101100101010011001000010100001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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