Html Css Color HEX #384031 Mallard

📋 copy color: '#384031'

red 56 ◦ green 64 ◦ blue 49

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

Shades of Mallard #384031

Tints of Mallard #384031

RGB

 RED value IS 56 (22.27% from 255) = 33.14%

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

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

R = 33.14%
G = 37.87%
B = 28.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#384031 (or 0x384031) is known color: Mallard. HEX triplet: 38, 40 and 31. RGB value is (56,64,49). Sum of RGB (Red+Green+Blue) = 56+64+49=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 64 - color contains mainly: green. Hex color #384031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384031 is #C7BFCE. Grayscale: #3B3B3B. Windows color (decimal): -13090767 or 3227704. OLE color: 3227704.

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

Color convert

RGB 56 64 49 -
CMYK 0.13 0 0.23 0.75
HSL 92º 0.13% 0.22% -
HSV(B) 92º 0.23% 0.25% -
XYZ 4.02 4.73 3.61 -
YUV 59.9 121.85 125.22 -
System Red Green Blue C M Y K H S L
Decimal 56 64 49 0.13 0 0.23 0.75 92 0.13 0.22
Hex 38 40 31 D 0 17 4B 5C D 16
Octal 70 100 61 15 0 27 113 134 15 26
Binary 111000 1000000 110001 1101 0 10111 1001011 1011100 1101 10110

Color Harmonies of #384031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384031

Black with #384031

Text Example


Text Example

White with #384031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384031; }

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

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

background-color css

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

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

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

border-color css

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

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

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