#3B381E

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

Shades of El Paso #3B381E

Tints of El Paso #3B381E

Color information

#3B381E (or 0x3B381E) is unknown color: approx El Paso. HEX triplet: 3B, 38 and 1E. RGB value is (59,56,30). Sum of RGB (Red+Green+Blue) = 59+56+30=145 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.69% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 59 - color contains mainly: red. Hex color #3B381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B381E is #C4C7E1. Grayscale: #363636. Windows color (decimal): -12896226 or 1980475. OLE color: 1980475.

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

Color convert

RGB595630-
CMYK00.050.490.77
HSL53.79º32.58%17.45%-
HSV(B)53.79º49.15%23.14%-
XYZ3.453.851.79-
YUV53.93114.49131.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 40.69%
GREEN value IS 56 (22.27% from 255) = 38.62%
BLUE value IS 30 (12.11% from 255) = 20.69%
R=40.69%
G=38.62%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59563000.050.490.7753.7932.5817.45
Hex3B381E05314D362111
Octal7370360561115664121
Binary111011111000111100101110001100110111011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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