#3F453B

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

Shades of Mallard #3F453B

Tints of Mallard #3F453B

Color information

#3F453B (or 0x3F453B) is unknown color: approx Mallard. HEX triplet: 3F, 45 and 3B. RGB value is (63,69,59). Sum of RGB (Red+Green+Blue) = 63+69+59=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 69 - color contains mainly: green. Hex color #3F453B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F453B is #C0BAC4. Grayscale: #424242. Windows color (decimal): -12630725 or 3884351. OLE color: 3884351.

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

Color convert

RGB636959-
CMYK0.0900.140.73
HSL96º7.81%25.1%-
HSV(B)96º14.49%27.06%-
XYZ4.975.634.96-
YUV66.07124.01125.81-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.98%
GREEN value IS 69 (27.34% from 255) = 36.13%
BLUE value IS 59 (23.44% from 255) = 30.89%
R=32.98%
G=36.13%
B=30.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6369590.0900.140.73967.8125.1
Hex3F453B90E4960819
Octal7710573110161111401031
Binary111111100010111101110010111010010011100000100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F453B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,69,59); }

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

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

 a { background-color: rgb(63,69,59); }

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

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

 span { border-color: rgb(63,69,59); }

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