Html Css Color HEX #394131 Mallard

📋 copy color: '#394131'

red 57 ◦ green 65 ◦ blue 49

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

Shades of Mallard #394131

Tints of Mallard #394131

RGB

 RED value IS 57 (22.66% from 255) = 33.33%

 GREEN value IS 65 (25.78% from 255) = 38.01%

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

R = 33.33%
G = 38.01%
B = 28.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#394131 (or 0x394131) is known color: Mallard. HEX triplet: 39, 41 and 31. RGB value is (57,65,49). Sum of RGB (Red+Green+Blue) = 57+65+49=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 65 - color contains mainly: green. Hex color #394131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394131 is #C6BECE. Grayscale: #3C3C3C. Windows color (decimal): -13024975 or 3227961. OLE color: 3227961.

HSL color Cylindrical-coordinate representation of color #394131: hue angle of 90º 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 #394131 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 65 49 -
CMYK 0.12 0 0.25 0.75
HSL 90º 0.14% 0.22% -
HSV(B) 90º 0.25% 0.25% -
XYZ 4.13 4.87 3.63 -
YUV 60.78 121.35 125.3 -
System Red Green Blue C M Y K H S L
Decimal 57 65 49 0.12 0 0.25 0.75 90 0.14 0.22
Hex 39 41 31 C 0 19 4B 5A E 16
Octal 71 101 61 14 0 31 113 132 16 26
Binary 111001 1000001 110001 1100 0 11001 1001011 1011010 1110 10110

Color Harmonies of #394131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394131

Black with #394131

Text Example


Text Example

White with #394131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394131; }

 p { color: rgb(57,65,49); }

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

background-color css

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

 a { background-color: rgb(57,65,49); }

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

border-color css

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

 span { border-color: rgb(57,65,49); }

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