#35342B

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

Shades of El Paso #35342B

Tints of El Paso #35342B

Color information

#35342B (or 0x35342B) is unknown color: approx El Paso. HEX triplet: 35, 34 and 2B. RGB value is (53,52,43). Sum of RGB (Red+Green+Blue) = 53+52+43=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 53 - color contains mainly: red. Hex color #35342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35342B is #CACBD4. Grayscale: #333333. Windows color (decimal): -13290453 or 2831413. OLE color: 2831413.

HSL color Cylindrical-coordinate representation of color #35342B: hue angle of 54º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #35342B is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB535243-
CMYK00.020.190.79
HSL54º10.42%18.82%-
HSV(B)54º18.87%20.78%-
XYZ3.133.392.77-
YUV51.27123.33129.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.81%
GREEN value IS 52 (20.70% from 255) = 35.14%
BLUE value IS 43 (17.19% from 255) = 29.05%
R=35.81%
G=35.14%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53524300.020.190.795410.4218.82
Hex35342B02134F36a13
Octal6564530223117661223
Binary110101110100101011010100111001111110110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35342B; }

 p { color: rgb(53,52,43); }

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

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

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

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

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

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

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