#343328

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

Shades of El Paso #343328

Tints of El Paso #343328

Color information

#343328 (or 0x343328) is unknown color: approx El Paso. HEX triplet: 34, 33 and 28. RGB value is (52,51,40). Sum of RGB (Red+Green+Blue) = 52+51+40=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 52 - color contains mainly: red. Hex color #343328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343328 is #CBCCD7. Grayscale: #323232. Windows color (decimal): -13356248 or 2634548. OLE color: 2634548.

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

Color convert

RGB525140-
CMYK00.020.230.80
HSL55º13.04%18.04%-
HSV(B)55º23.08%20.39%-
XYZ2.983.252.48-
YUV50.04122.33129.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.36%
GREEN value IS 51 (20.31% from 255) = 35.66%
BLUE value IS 40 (16.02% from 255) = 27.97%
R=36.36%
G=35.66%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52514000.020.230.805513.0418.04
Hex34332802175037d12
Octal6463500227120671522
Binary110100110011101000010101111010000110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343328; }

 p { color: rgb(52,51,40); }

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

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

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

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

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

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

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