#3A381A

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

Shades of El Paso #3A381A

Tints of El Paso #3A381A

Color information

#3A381A (or 0x3A381A) is unknown color: approx El Paso. HEX triplet: 3A, 38 and 1A. RGB value is (58,56,26). Sum of RGB (Red+Green+Blue) = 58+56+26=140 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.43% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 58 - color contains mainly: red. Hex color #3A381A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A381A is #C5C7E5. Grayscale: #353535. Windows color (decimal): -12961766 or 1718330. OLE color: 1718330.

HSL color Cylindrical-coordinate representation of color #3A381A: hue angle of 56.25º 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 #3A381A is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.77.

Color convert

RGB585626-
CMYK00.030.550.77
HSL56.25º38.1%16.47%-
HSV(B)56.25º55.17%22.75%-
XYZ3.353.81.53-
YUV53.18112.66131.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 41.43%
GREEN value IS 56 (22.27% from 255) = 40%
BLUE value IS 26 (10.55% from 255) = 18.57%
R=41.43%
G=40%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58562600.030.550.7756.2538.116.47
Hex3A381A03374D382610
Octal7270320367115704620
Binary11101011100011010011110111100110111100010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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