#3A381E

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

Shades of El Paso #3A381E

Tints of El Paso #3A381E

Color information

#3A381E (or 0x3A381E) is unknown color: approx El Paso. HEX triplet: 3A, 38 and 1E. RGB value is (58,56,30). Sum of RGB (Red+Green+Blue) = 58+56+30=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 58 - color contains mainly: red. Hex color #3A381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A381E is #C5C7E1. Grayscale: #353535. Windows color (decimal): -12961762 or 1980474. OLE color: 1980474.

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

Color convert

RGB585630-
CMYK00.030.480.77
HSL55.71º31.82%17.25%-
HSV(B)55.71º48.28%22.75%-
XYZ3.393.821.79-
YUV53.63114.66131.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.28%
GREEN value IS 56 (22.27% from 255) = 38.89%
BLUE value IS 30 (12.11% from 255) = 20.83%
R=40.28%
G=38.89%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58563000.030.480.7755.7131.8217.25
Hex3A381E03304D382011
Octal7270360360115704021
Binary11101011100011110011110000100110111100010000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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