Html Css Color HEX #3B3F36 Mallard

📋 copy color: '#3B3F36'

red 59 ◦ green 63 ◦ blue 54

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

Shades of Mallard #3B3F36

Tints of Mallard #3B3F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 30.68%

R = 33.52%
G = 35.8%
B = 30.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#3B3F36 (or 0x3B3F36) is known color: Mallard. HEX triplet: 3B, 3F and 36. RGB value is (59,63,54). Sum of RGB (Red+Green+Blue) = 59+63+54=176 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.52% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 63 - color contains mainly: green. Hex color #3B3F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3F36 is #C4C0C9. Grayscale: #3C3C3C. Windows color (decimal): -12894410 or 3555131. OLE color: 3555131.

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

Color convert

RGB 59 63 54 -
CMYK 0.06 0 0.14 0.75
HSL 86.67º 0.08% 0.23% -
HSV(B) 86.67º 0.14% 0.25% -
XYZ 4.25 4.75 4.18 -
YUV 60.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 59 63 54 0.06 0 0.14 0.75 86.67 0.08 0.23
Hex 3B 3F 36 6 0 E 4B 57 8 17
Octal 73 77 66 6 0 16 113 127 10 27
Binary 111011 111111 110110 110 0 1110 1001011 1010111 1000 10111

Color Harmonies of #3B3F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3F36

Black with #3B3F36

Text Example


Text Example

White with #3B3F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,63,54); }

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

background-color css

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

 a { background-color: rgb(59,63,54); }

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

border-color css

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

 span { border-color: rgb(59,63,54); }

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