#3A391A

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

Shades of El Paso #3A391A

Tints of El Paso #3A391A

Color information

#3A391A (or 0x3A391A) is unknown color: approx El Paso. HEX triplet: 3A, 39 and 1A. RGB value is (58,57,26). Sum of RGB (Red+Green+Blue) = 58+57+26=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 58 - color contains mainly: red. Hex color #3A391A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A391A is #C5C6E5. Grayscale: #353535. Windows color (decimal): -12961510 or 1718586. OLE color: 1718586.

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

Color convert

RGB585726-
CMYK00.020.550.77
HSL58.12º38.1%16.47%-
HSV(B)58.12º55.17%22.75%-
XYZ3.393.91.55-
YUV53.76112.33131.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 41.13%
GREEN value IS 57 (22.66% from 255) = 40.43%
BLUE value IS 26 (10.55% from 255) = 18.44%
R=41.13%
G=40.43%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58572600.020.550.7758.1238.116.47
Hex3A391A02374D3a2610
Octal7271320267115724620
Binary11101011100111010010110111100110111101010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,57,26); }

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

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

 a { background-color: rgb(58,57,26); }

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

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

 span { border-color: rgb(58,57,26); }

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