Html Css Color HEX #3D413A Mallard

📋 copy color: '#3D413A'

red 61 ◦ green 65 ◦ blue 58

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

Shades of Mallard #3D413A

Tints of Mallard #3D413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 31.52%

R = 33.15%
G = 35.33%
B = 31.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#3D413A (or 0x3D413A) is known color: Mallard. HEX triplet: 3D, 41 and 3A. RGB value is (61,65,58). Sum of RGB (Red+Green+Blue) = 61+65+58=184 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.15% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 65 - color contains mainly: green. Hex color #3D413A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D413A is #C2BEC5. Grayscale: #3F3F3F. Windows color (decimal): -12762822 or 3817789. OLE color: 3817789.

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

Color convert

RGB 61 65 58 -
CMYK 0.06 0 0.11 0.75
HSL 94.29º 0.06% 0.24% -
HSV(B) 94.29º 0.11% 0.25% -
XYZ 4.58 5.08 4.74 -
YUV 63.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 61 65 58 0.06 0 0.11 0.75 94.29 0.06 0.24
Hex 3D 41 3A 6 0 B 4B 5E 6 18
Octal 75 101 72 6 0 13 113 136 6 30
Binary 111101 1000001 111010 110 0 1011 1001011 1011110 110 11000

Color Harmonies of #3D413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D413A

Black with #3D413A

Text Example


Text Example

White with #3D413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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