Html Css Color HEX #3F4F33 Mallard

📋 copy color: '#3F4F33'

red 63 ◦ green 79 ◦ blue 51

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

Shades of Mallard #3F4F33

Tints of Mallard #3F4F33

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.93%

 BLUE value IS 51 (20.31% from 255) = 26.42%

R = 32.64%
G = 40.93%
B = 26.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#3F4F33 (or 0x3F4F33) is known color: Mallard. HEX triplet: 3F, 4F and 33. RGB value is (63,79,51). Sum of RGB (Red+Green+Blue) = 63+79+51=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 79 - color contains mainly: green. Hex color #3F4F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4F33 is #C0B0CC. Grayscale: #474747. Windows color (decimal): -12628173 or 3362623. OLE color: 3362623.

HSL color Cylindrical-coordinate representation of color #3F4F33: hue angle of 94.29º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F4F33 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB 63 79 51 -
CMYK 0.20 0 0.35 0.69
HSL 94.29º 0.22% 0.25% -
HSV(B) 94.29º 0.35% 0.31% -
XYZ 5.44 6.89 4.17 -
YUV 71.02 116.7 122.28 -
System Red Green Blue C M Y K H S L
Decimal 63 79 51 0.20 0 0.35 0.69 94.29 0.22 0.25
Hex 3F 4F 33 14 0 23 45 5E 16 19
Octal 77 117 63 24 0 43 105 136 26 31
Binary 111111 1001111 110011 10100 0 100011 1000101 1011110 10110 11001

Color Harmonies of #3F4F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4F33

Black with #3F4F33

Text Example


Text Example

White with #3F4F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,79,51); }

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

background-color css

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

 a { background-color: rgb(63,79,51); }

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

border-color css

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

 span { border-color: rgb(63,79,51); }

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