#323231

Color #323231 El Paso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of El Paso #323231

Tints of El Paso #323231

Color information

#323231 (or 0x323231) is unknown color: approx El Paso. HEX triplet: 32, 32 and 31. RGB value is (50,50,49). Sum of RGB (Red+Green+Blue) = 50+50+49=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 50 - color contains mainly: red, green. Hex color #323231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323231 is #CDCDCE. Grayscale: #313131. Windows color (decimal): -13487567 or 3224114. OLE color: 3224114.

HSL color Cylindrical-coordinate representation of color #323231: hue angle of 60º degrees, saturation: 0.01, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #323231 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB505049-
CMYK000.020.80
HSL60º1.01%19.41%-
HSV(B)60º2%19.61%-
XYZ3.013.183.36-
YUV49.89127.5128.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.56%
GREEN value IS 50 (19.92% from 255) = 33.56%
BLUE value IS 49 (19.53% from 255) = 32.89%
R=33.56%
G=33.56%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal505049000.020.80601.0119.41
Hex323231002503c113
Octal62626100212074123
Binary11001011001011000100101010000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323231; }

 p { color: rgb(50,50,49); }

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

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

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

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

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

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

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