#3F402B

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

Shades of El Paso #3F402B

Tints of El Paso #3F402B

Color information

#3F402B (or 0x3F402B) is unknown color: approx El Paso. HEX triplet: 3F, 40 and 2B. RGB value is (63,64,43). Sum of RGB (Red+Green+Blue) = 63+64+43=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 64 - color contains mainly: green. Hex color #3F402B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F402B is #C0BFD4. Grayscale: #3D3D3D. Windows color (decimal): -12632021 or 2834495. OLE color: 2834495.

HSL color Cylindrical-coordinate representation of color #3F402B: hue angle of 62.86º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F402B is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB636443-
CMYK0.0200.330.75
HSL62.86º19.63%20.98%-
HSV(B)62.86º32.81%25.1%-
XYZ4.324.93-
YUV61.31117.67129.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.06%
GREEN value IS 64 (25.39% from 255) = 37.65%
BLUE value IS 43 (17.19% from 255) = 25.29%
R=37.06%
G=37.65%
B=25.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6364430.0200.330.7562.8619.6320.98
Hex3F402B20214B3f1415
Octal77100532041113772425
Binary111111100000010101110010000110010111111111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,64,43); }

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

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

 a { background-color: rgb(63,64,43); }

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

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

 span { border-color: rgb(63,64,43); }

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