Html Css Color HEX #323F2A Mallard

📋 copy color: '#323F2A'

red 50 ◦ green 63 ◦ blue 42

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

Shades of Mallard #323F2A

Tints of Mallard #323F2A

RGB

 RED value IS 50 (19.92% from 255) = 32.26%

 GREEN value IS 63 (25% from 255) = 40.65%

 BLUE value IS 42 (16.8% from 255) = 27.1%

R = 32.26%
G = 40.65%
B = 27.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#323F2A (or 0x323F2A) is known color: Mallard. HEX triplet: 32, 3F and 2A. RGB value is (50,63,42). Sum of RGB (Red+Green+Blue) = 50+63+42=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 63 - color contains mainly: green. Hex color #323F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323F2A is #CDC0D5. Grayscale: #383838. Windows color (decimal): -13484246 or 2768690. OLE color: 2768690.

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

Color convert

RGB 50 63 42 -
CMYK 0.21 0 0.33 0.75
HSL 97.14º 0.2% 0.21% -
HSV(B) 97.14º 0.33% 0.25% -
XYZ 3.51 4.4 2.85 -
YUV 56.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 50 63 42 0.21 0 0.33 0.75 97.14 0.2 0.21
Hex 32 3F 2A 15 0 21 4B 61 14 15
Octal 62 77 52 25 0 41 113 141 24 25
Binary 110010 111111 101010 10101 0 100001 1001011 1100001 10100 10101

Color Harmonies of #323F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323F2A

Black with #323F2A

Text Example


Text Example

White with #323F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323F2A; }

 p { color: rgb(50,63,42); }

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

background-color css

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

 a { background-color: rgb(50,63,42); }

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

border-color css

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

 span { border-color: rgb(50,63,42); }

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