#343431

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

Shades of El Paso #343431

Tints of El Paso #343431

Color information

#343431 (or 0x343431) is unknown color: approx El Paso. HEX triplet: 34, 34 and 31. RGB value is (52,52,49). Sum of RGB (Red+Green+Blue) = 52+52+49=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 52 - color contains mainly: red, green. Hex color #343431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343431 is #CBCBCE. Grayscale: #333333. Windows color (decimal): -13355983 or 3224628. OLE color: 3224628.

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

Color convert

RGB525249-
CMYK000.060.80
HSL60º2.97%19.8%-
HSV(B)60º5.77%20.39%-
XYZ3.23.413.39-
YUV51.66126.5128.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.99%
GREEN value IS 52 (20.70% from 255) = 33.99%
BLUE value IS 49 (19.53% from 255) = 32.03%
R=33.99%
G=33.99%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal525249000.060.80602.9719.8
Hex343431006503c314
Octal64646100612074324
Binary1101001101001100010011010100001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343431; }

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

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

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

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

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

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

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

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