#383E33

Color #383E33 Mallard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mallard #383E33

Tints of Mallard #383E33

Color information

#383E33 (or 0x383E33) is unknown color: approx Mallard. HEX triplet: 38, 3E and 33. RGB value is (56,62,51). Sum of RGB (Red+Green+Blue) = 56+62+51=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 62 (24.61% from 255 or 36.69% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 62 - color contains mainly: green. Hex color #383E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383E33 is #C7C1CC. Grayscale: #3A3A3A. Windows color (decimal): -13091277 or 3358264. OLE color: 3358264.

HSL color Cylindrical-coordinate representation of color #383E33: hue angle of 92.73º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #383E33 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB566251-
CMYK0.1000.180.76
HSL92.73º9.73%22.16%-
HSV(B)92.73º17.74%24.31%-
XYZ3.954.533.8-
YUV58.95123.51125.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.14%
GREEN value IS 62 (24.61% from 255) = 36.69%
BLUE value IS 51 (20.31% from 255) = 30.18%
R=33.14%
G=36.69%
B=30.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5662510.1000.180.7692.739.7322.16
Hex383E33A0124C5da16
Octal707663120221141351226
Binary111000111110110011101001001010011001011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383E33; }

 p { color: rgb(56,62,51); }

 H1.HeaderClassName
 {
   color: #383E33;
 }
 .AnyTagClassName
 {
   color: #383E33;
 }
</style>
background-color css

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

 a { background-color: rgb(56,62,51); }

 div.DivClassName
 {
   background-color: #383E33;
 }
 .BgClassName
 {
   background-color: #383E33;
 }
</style>
border-color css

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

 span { border-color: rgb(56,62,51); }

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