Html Css Color HEX #3B3C31 El Paso

📋 copy color: '#3B3C31'

red 59 ◦ green 60 ◦ blue 49

#3B3C31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of El Paso #3B3C31

Tints of El Paso #3B3C31

RGB

 RED value IS 59 (23.44% from 255) = 35.12%

 GREEN value IS 60 (23.83% from 255) = 35.71%

 BLUE value IS 49 (19.53% from 255) = 29.17%

R = 35.12%
G = 35.71%
B = 29.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.76

RGB Variations

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

Color information

#3B3C31 (or 0x3B3C31) is known color: El Paso. HEX triplet: 3B, 3C and 31. RGB value is (59,60,49). Sum of RGB (Red+Green+Blue) = 59+60+49=168 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.12% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 60 - color contains mainly: green. Hex color #3B3C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3C31 is #C4C3CE. Grayscale: #3A3A3A. Windows color (decimal): -12895183 or 3226683. OLE color: 3226683.

HSL color Cylindrical-coordinate representation of color #3B3C31: hue angle of 65.45º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3B3C31 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB 59 60 49 -
CMYK 0.02 0 0.18 0.76
HSL 65.45º 0.1% 0.21% -
HSV(B) 65.45º 0.18% 0.24% -
XYZ 3.97 4.38 3.54 -
YUV 58.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 59 60 49 0.02 0 0.18 0.76 65.45 0.1 0.21
Hex 3B 3C 31 2 0 12 4C 41 A 15
Octal 73 74 61 2 0 22 114 101 12 25
Binary 111011 111100 110001 10 0 10010 1001100 1000001 1010 10101

Color Harmonies of #3B3C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3C31

Black with #3B3C31

Text Example


Text Example

White with #3B3C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,60,49); }

 H1.HeaderClassName
 {
   color: #3B3C31;
 }
 .AnyTagClassName
 {
   color: #3B3C31;
 }
</style>

background-color css

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

 a { background-color: rgb(59,60,49); }

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

border-color css

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

 span { border-color: rgb(59,60,49); }

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