Html Css Color HEX #3A3F35 Mallard

📋 copy color: '#3A3F35'

red 58 ◦ green 63 ◦ blue 53

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

Shades of Mallard #3A3F35

Tints of Mallard #3A3F35

RGB

 RED value IS 58 (23.05% from 255) = 33.33%

 GREEN value IS 63 (25% from 255) = 36.21%

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

R = 33.33%
G = 36.21%
B = 30.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#3A3F35 (or 0x3A3F35) is known color: Mallard. HEX triplet: 3A, 3F and 35. RGB value is (58,63,53). Sum of RGB (Red+Green+Blue) = 58+63+53=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 63 - color contains mainly: green. Hex color #3A3F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3F35 is #C5C0CA. Grayscale: #3C3C3C. Windows color (decimal): -12959947 or 3489594. OLE color: 3489594.

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

Color convert

RGB 58 63 53 -
CMYK 0.08 0 0.16 0.75
HSL 90º 0.09% 0.23% -
HSV(B) 90º 0.16% 0.25% -
XYZ 4.17 4.71 4.06 -
YUV 60.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 58 63 53 0.08 0 0.16 0.75 90 0.09 0.23
Hex 3A 3F 35 8 0 10 4B 5A 9 17
Octal 72 77 65 10 0 20 113 132 11 27
Binary 111010 111111 110101 1000 0 10000 1001011 1011010 1001 10111

Color Harmonies of #3A3F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3F35

Black with #3A3F35

Text Example


Text Example

White with #3A3F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,63,53); }

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

background-color css

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

 a { background-color: rgb(58,63,53); }

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

border-color css

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

 span { border-color: rgb(58,63,53); }

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