#323230

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

Shades of El Paso #323230

Tints of El Paso #323230

Color information

#323230 (or 0x323230) is unknown color: approx El Paso. HEX triplet: 32, 32 and 30. RGB value is (50,50,48). Sum of RGB (Red+Green+Blue) = 50+50+48=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 50 - color contains mainly: red, green. Hex color #323230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323230 is #CDCDCF. Grayscale: #313131. Windows color (decimal): -13487568 or 3158578. OLE color: 3158578.

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

Color convert

RGB505048-
CMYK000.040.80
HSL60º2.04%19.22%-
HSV(B)60º4%19.61%-
XYZ2.993.173.25-
YUV49.77127128.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.78%
GREEN value IS 50 (19.92% from 255) = 33.78%
BLUE value IS 48 (19.14% from 255) = 32.43%
R=33.78%
G=33.78%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal505048000.040.80602.0419.22
Hex323230004503c213
Octal62626000412074223
Binary1100101100101100000010010100001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323230; }

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

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

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

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

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

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

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

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