Html Css Color HEX #314027 Mallard

📋 copy color: '#314027'

red 49 ◦ green 64 ◦ blue 39

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

Shades of Mallard #314027

Tints of Mallard #314027

RGB

 RED value IS 49 (19.53% from 255) = 32.24%

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

 BLUE value IS 39 (15.63% from 255) = 25.66%

R = 32.24%
G = 42.11%
B = 25.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.39

 K value IS 0.75

RGB Variations

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

Color information

#314027 (or 0x314027) is known color: Mallard. HEX triplet: 31, 40 and 27. RGB value is (49,64,39). Sum of RGB (Red+Green+Blue) = 49+64+39=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 64 - color contains mainly: green. Hex color #314027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314027 is #CEBFD8. Grayscale: #383838. Windows color (decimal): -13549529 or 2572337. OLE color: 2572337.

HSL color Cylindrical-coordinate representation of color #314027: hue angle of 96º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #314027 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 64 39 -
CMYK 0.23 0 0.39 0.75
HSL 96º 0.24% 0.2% -
HSV(B) 96º 0.39% 0.25% -
XYZ 3.47 4.47 2.6 -
YUV 56.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 49 64 39 0.23 0 0.39 0.75 96 0.24 0.2
Hex 31 40 27 17 0 27 4B 60 18 14
Octal 61 100 47 27 0 47 113 140 30 24
Binary 110001 1000000 100111 10111 0 100111 1001011 1100000 11000 10100

Color Harmonies of #314027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314027

Black with #314027

Text Example


Text Example

White with #314027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314027; }

 p { color: rgb(49,64,39); }

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

background-color css

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

 a { background-color: rgb(49,64,39); }

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

border-color css

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

 span { border-color: rgb(49,64,39); }

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