Html Css Color HEX #3F403E Mallard

📋 copy color: '#3F403E'

red 63 ◦ green 64 ◦ blue 62

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

Shades of Mallard #3F403E

Tints of Mallard #3F403E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 32.8%

R = 33.33%
G = 33.86%
B = 32.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#3F403E (or 0x3F403E) is known color: Mallard. HEX triplet: 3F, 40 and 3E. RGB value is (63,64,62). Sum of RGB (Red+Green+Blue) = 63+64+62=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 64 - color contains mainly: green. Hex color #3F403E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F403E is #C0BFC1. Grayscale: #3F3F3F. Windows color (decimal): -12632002 or 4079679. OLE color: 4079679.

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

Color convert

RGB 63 64 62 -
CMYK 0.02 0 0.03 0.75
HSL 90º 0.02% 0.25% -
HSV(B) 90º 0.03% 0.25% -
XYZ 4.75 5.07 5.29 -
YUV 63.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 63 64 62 0.02 0 0.03 0.75 90 0.02 0.25
Hex 3F 40 3E 2 0 3 4B 5A 2 19
Octal 77 100 76 2 0 3 113 132 2 31
Binary 111111 1000000 111110 10 0 11 1001011 1011010 10 11001

Color Harmonies of #3F403E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F403E

Black with #3F403E

Text Example


Text Example

White with #3F403E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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