Html Css Color HEX #353426 El Paso

📋 copy color: '#353426'

red 53 ◦ green 52 ◦ blue 38

#353426
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of El Paso #353426

Tints of El Paso #353426

RGB

 RED value IS 53 (21.09% from 255) = 37.06%

 GREEN value IS 52 (20.7% from 255) = 36.36%

 BLUE value IS 38 (15.23% from 255) = 26.57%

R = 37.06%
G = 36.36%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.79

RGB Variations

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

Color information

#353426 (or 0x353426) is known color: El Paso. HEX triplet: 35, 34 and 26. RGB value is (53,52,38). Sum of RGB (Red+Green+Blue) = 53+52+38=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 53 - color contains mainly: red. Hex color #353426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353426 is #CACBD9. Grayscale: #323232. Windows color (decimal): -13290458 or 2503733. OLE color: 2503733.

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

Color convert

RGB 53 52 38 -
CMYK 0 0.02 0.28 0.79
HSL 56º 0.16% 0.18% -
HSV(B) 56º 0.28% 0.21% -
XYZ 3.05 3.35 2.32 -
YUV 50.7 120.83 129.64 -
System Red Green Blue C M Y K H S L
Decimal 53 52 38 0 0.02 0.28 0.79 56 0.16 0.18
Hex 35 34 26 0 2 1C 4F 38 10 12
Octal 65 64 46 0 2 34 117 70 20 22
Binary 110101 110100 100110 0 10 11100 1001111 111000 10000 10010

Color Harmonies of #353426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353426

Black with #353426

Text Example


Text Example

White with #353426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353426; }

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

 H1.HeaderClassName
 {
   color: #353426;
 }
 .AnyTagClassName
 {
   color: #353426;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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