Html Css Color HEX #3F4B31 Mallard

📋 copy color: '#3F4B31'

red 63 ◦ green 75 ◦ blue 49

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

Shades of Mallard #3F4B31

Tints of Mallard #3F4B31

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.11%

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

R = 33.69%
G = 40.11%
B = 26.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.71

RGB Variations

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

Color information

#3F4B31 (or 0x3F4B31) is known color: Mallard. HEX triplet: 3F, 4B and 31. RGB value is (63,75,49). Sum of RGB (Red+Green+Blue) = 63+75+49=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 75 - color contains mainly: green. Hex color #3F4B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4B31 is #C0B4CE. Grayscale: #444444. Windows color (decimal): -12629199 or 3230527. OLE color: 3230527.

HSL color Cylindrical-coordinate representation of color #3F4B31: hue angle of 87.69º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F4B31 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.

Color convert

RGB 63 75 49 -
CMYK 0.16 0 0.35 0.71
HSL 87.69º 0.21% 0.24% -
HSV(B) 87.69º 0.35% 0.29% -
XYZ 5.12 6.31 3.85 -
YUV 68.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 63 75 49 0.16 0 0.35 0.71 87.69 0.21 0.24
Hex 3F 4B 31 10 0 23 47 58 15 18
Octal 77 113 61 20 0 43 107 130 25 30
Binary 111111 1001011 110001 10000 0 100011 1000111 1011000 10101 11000

Color Harmonies of #3F4B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4B31

Black with #3F4B31

Text Example


Text Example

White with #3F4B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,75,49); }

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

background-color css

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

 a { background-color: rgb(63,75,49); }

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

border-color css

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

 span { border-color: rgb(63,75,49); }

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