Html Css Color HEX #3F4030 El Paso

📋 copy color: '#3F4030'

red 63 ◦ green 64 ◦ blue 48

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

Shades of El Paso #3F4030

Tints of El Paso #3F4030

RGB

 RED value IS 63 (25% from 255) = 36%

 GREEN value IS 64 (25.39% from 255) = 36.57%

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

R = 36%
G = 36.57%
B = 27.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#3F4030 (or 0x3F4030) is known color: El Paso. HEX triplet: 3F, 40 and 30. RGB value is (63,64,48). Sum of RGB (Red+Green+Blue) = 63+64+48=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 64 - color contains mainly: green. Hex color #3F4030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4030 is #C0BFCF. Grayscale: #3D3D3D. Windows color (decimal): -12632016 or 3162175. OLE color: 3162175.

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

Color convert

RGB 63 64 48 -
CMYK 0.02 0 0.25 0.75
HSL 63.75º 0.14% 0.22% -
HSV(B) 63.75º 0.25% 0.25% -
XYZ 4.42 4.94 3.52 -
YUV 61.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 63 64 48 0.02 0 0.25 0.75 63.75 0.14 0.22
Hex 3F 40 30 2 0 19 4B 40 E 16
Octal 77 100 60 2 0 31 113 100 16 26
Binary 111111 1000000 110000 10 0 11001 1001011 1000000 1110 10110

Color Harmonies of #3F4030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4030

Black with #3F4030

Text Example


Text Example

White with #3F4030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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