#3F443A

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

Shades of Mallard #3F443A

Tints of Mallard #3F443A

Color information

#3F443A (or 0x3F443A) is unknown color: approx Mallard. HEX triplet: 3F, 44 and 3A. RGB value is (63,68,58). Sum of RGB (Red+Green+Blue) = 63+68+58=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 68 - color contains mainly: green. Hex color #3F443A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F443A is #C0BBC5. Grayscale: #414141. Windows color (decimal): -12630982 or 3818559. OLE color: 3818559.

HSL color Cylindrical-coordinate representation of color #3F443A: hue angle of 90º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3F443A is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB636858-
CMYK0.0700.150.73
HSL90º7.94%24.71%-
HSV(B)90º14.71%26.67%-
XYZ4.885.54.81-
YUV65.36123.84126.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.33%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 58 (23.05% from 255) = 30.69%
R=33.33%
G=35.98%
B=30.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6368580.0700.150.73907.9424.71
Hex3F443A70F495a819
Octal771047270171111321031
Binary11111110001001110101110111110010011011010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F443A; }

 p { color: rgb(63,68,58); }

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

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

 a { background-color: rgb(63,68,58); }

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

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

 span { border-color: rgb(63,68,58); }

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