#3A382A

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

Shades of El Paso #3A382A

Tints of El Paso #3A382A

Color information

#3A382A (or 0x3A382A) is unknown color: approx El Paso. HEX triplet: 3A, 38 and 2A. RGB value is (58,56,42). Sum of RGB (Red+Green+Blue) = 58+56+42=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 58 - color contains mainly: red. Hex color #3A382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A382A is #C5C7D5. Grayscale: #373737. Windows color (decimal): -12961750 or 2766906. OLE color: 2766906.

HSL color Cylindrical-coordinate representation of color #3A382A: hue angle of 52.5º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A382A is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.77.

Color convert

RGB585642-
CMYK00.030.280.77
HSL52.5º16%19.61%-
HSV(B)52.5º27.59%22.75%-
XYZ3.583.92.75-
YUV55120.66130.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.18%
GREEN value IS 56 (22.27% from 255) = 35.90%
BLUE value IS 42 (16.80% from 255) = 26.92%
R=37.18%
G=35.90%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58564200.030.280.7752.51619.61
Hex3A382A031C4D341014
Octal7270520334115642024
Binary1110101110001010100111110010011011101001000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A382A; }

 p { color: rgb(58,56,42); }

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

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

 a { background-color: rgb(58,56,42); }

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

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

 span { border-color: rgb(58,56,42); }

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