Html Css Color HEX #3B4335 Mallard

📋 copy color: '#3B4335'

red 59 ◦ green 67 ◦ blue 53

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

Shades of Mallard #3B4335

Tints of Mallard #3B4335

RGB

 RED value IS 59 (23.44% from 255) = 32.96%

 GREEN value IS 67 (26.56% from 255) = 37.43%

 BLUE value IS 53 (21.09% from 255) = 29.61%

R = 32.96%
G = 37.43%
B = 29.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#3B4335 (or 0x3B4335) is known color: Mallard. HEX triplet: 3B, 43 and 35. RGB value is (59,67,53). Sum of RGB (Red+Green+Blue) = 59+67+53=179 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.96% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 67 - color contains mainly: green. Hex color #3B4335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4335 is #C4BCCA. Grayscale: #3F3F3F. Windows color (decimal): -12893387 or 3490619. OLE color: 3490619.

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

Color convert

RGB 59 67 53 -
CMYK 0.12 0 0.21 0.74
HSL 94.29º 0.12% 0.24% -
HSV(B) 94.29º 0.21% 0.26% -
XYZ 4.45 5.2 4.14 -
YUV 63.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 59 67 53 0.12 0 0.21 0.74 94.29 0.12 0.24
Hex 3B 43 35 C 0 15 4A 5E C 18
Octal 73 103 65 14 0 25 112 136 14 30
Binary 111011 1000011 110101 1100 0 10101 1001010 1011110 1100 11000

Color Harmonies of #3B4335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4335

Black with #3B4335

Text Example


Text Example

White with #3B4335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,67,53); }

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

background-color css

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

 a { background-color: rgb(59,67,53); }

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

border-color css

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

 span { border-color: rgb(59,67,53); }

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