Html Css Color HEX #3C3D30 El Paso

📋 copy color: '#3C3D30'

red 60 ◦ green 61 ◦ blue 48

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

Shades of El Paso #3C3D30

Tints of El Paso #3C3D30

RGB

 RED value IS 60 (23.83% from 255) = 35.5%

 GREEN value IS 61 (24.22% from 255) = 36.09%

 BLUE value IS 48 (19.14% from 255) = 28.4%

R = 35.5%
G = 36.09%
B = 28.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.76

RGB Variations

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

Color information

#3C3D30 (or 0x3C3D30) is known color: El Paso. HEX triplet: 3C, 3D and 30. RGB value is (60,61,48). Sum of RGB (Red+Green+Blue) = 60+61+48=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 61 - color contains mainly: green. Hex color #3C3D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3D30 is #C3C2CF. Grayscale: #3B3B3B. Windows color (decimal): -12829392 or 3161404. OLE color: 3161404.

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

Color convert

RGB 60 61 48 -
CMYK 0.02 0 0.21 0.76
HSL 64.62º 0.12% 0.21% -
HSV(B) 64.62º 0.21% 0.24% -
XYZ 4.07 4.51 3.45 -
YUV 59.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 60 61 48 0.02 0 0.21 0.76 64.62 0.12 0.21
Hex 3C 3D 30 2 0 15 4C 41 C 15
Octal 74 75 60 2 0 25 114 101 14 25
Binary 111100 111101 110000 10 0 10101 1001100 1000001 1100 10101

Color Harmonies of #3C3D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3D30

Black with #3C3D30

Text Example


Text Example

White with #3C3D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,61,48); }

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

background-color css

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

 a { background-color: rgb(60,61,48); }

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

border-color css

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

 span { border-color: rgb(60,61,48); }

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