Html Css Color HEX #3D413B Mallard

📋 copy color: '#3D413B'

red 61 ◦ green 65 ◦ blue 59

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

Shades of Mallard #3D413B

Tints of Mallard #3D413B

RGB

 RED value IS 61 (24.22% from 255) = 32.97%

 GREEN value IS 65 (25.78% from 255) = 35.14%

 BLUE value IS 59 (23.44% from 255) = 31.89%

R = 32.97%
G = 35.14%
B = 31.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#3D413B (or 0x3D413B) is known color: Mallard. HEX triplet: 3D, 41 and 3B. RGB value is (61,65,59). Sum of RGB (Red+Green+Blue) = 61+65+59=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 65 - color contains mainly: green. Hex color #3D413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D413B is #C2BEC4. Grayscale: #3F3F3F. Windows color (decimal): -12762821 or 3883325. OLE color: 3883325.

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

Color convert

RGB 61 65 59 -
CMYK 0.06 0 0.09 0.75
HSL 100º 0.05% 0.24% -
HSV(B) 100º 0.09% 0.25% -
XYZ 4.6 5.09 4.88 -
YUV 63.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 61 65 59 0.06 0 0.09 0.75 100 0.05 0.24
Hex 3D 41 3B 6 0 9 4B 64 5 18
Octal 75 101 73 6 0 11 113 144 5 30
Binary 111101 1000001 111011 110 0 1001 1001011 1100100 101 11000

Color Harmonies of #3D413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D413B

Black with #3D413B

Text Example


Text Example

White with #3D413B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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