#3D3F3B

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

Shades of Mallard #3D3F3B

Tints of Mallard #3D3F3B

Color information

#3D3F3B (or 0x3D3F3B) is unknown color: approx Mallard. HEX triplet: 3D, 3F and 3B. RGB value is (61,63,59). Sum of RGB (Red+Green+Blue) = 61+63+59=183 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.33% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 63 - color contains mainly: green. Hex color #3D3F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3F3B is #C2C0C4. Grayscale: #3D3D3D. Windows color (decimal): -12763333 or 3882813. OLE color: 3882813.

HSL color Cylindrical-coordinate representation of color #3D3F3B: hue angle of 90º degrees, saturation: 0.03, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #3D3F3B is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB616359-
CMYK0.0300.060.75
HSL90º3.28%23.92%-
HSV(B)90º6.35%24.71%-
XYZ4.494.864.84-
YUV61.95126.34127.33-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.33%
GREEN value IS 63 (25% from 255) = 34.43%
BLUE value IS 59 (23.44% from 255) = 32.24%
R=33.33%
G=34.43%
B=32.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6163590.0300.060.75903.2823.92
Hex3D3F3B3064B5a318
Octal757773306113132330
Binary111101111111111011110110100101110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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