Html Css Color HEX #3A3F37 Mallard

📋 copy color: '#3A3F37'

red 58 ◦ green 63 ◦ blue 55

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

Shades of Mallard #3A3F37

Tints of Mallard #3A3F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 31.25%

R = 32.95%
G = 35.8%
B = 31.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#3A3F37 (or 0x3A3F37) is known color: Mallard. HEX triplet: 3A, 3F and 37. RGB value is (58,63,55). Sum of RGB (Red+Green+Blue) = 58+63+55=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 55 (21.88% from 255 or 31.25% from 176); Max value from RGB is 63 - color contains mainly: green. Hex color #3A3F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3F37 is #C5C0C8. Grayscale: #3C3C3C. Windows color (decimal): -12959945 or 3620666. OLE color: 3620666.

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

Color convert

RGB 58 63 55 -
CMYK 0.08 0 0.13 0.75
HSL 97.5º 0.07% 0.23% -
HSV(B) 97.5º 0.13% 0.25% -
XYZ 4.21 4.73 4.31 -
YUV 60.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 58 63 55 0.08 0 0.13 0.75 97.5 0.07 0.23
Hex 3A 3F 37 8 0 D 4B 62 7 17
Octal 72 77 67 10 0 15 113 142 7 27
Binary 111010 111111 110111 1000 0 1101 1001011 1100010 111 10111

Color Harmonies of #3A3F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3F37

Black with #3A3F37

Text Example


Text Example

White with #3A3F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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