Html Css Color HEX #3B4138 Mallard

📋 copy color: '#3B4138'

red 59 ◦ green 65 ◦ blue 56

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

Shades of Mallard #3B4138

Tints of Mallard #3B4138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 31.11%

R = 32.78%
G = 36.11%
B = 31.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#3B4138 (or 0x3B4138) is known color: Mallard. HEX triplet: 3B, 41 and 38. RGB value is (59,65,56). Sum of RGB (Red+Green+Blue) = 59+65+56=180 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.78% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 65 - color contains mainly: green. Hex color #3B4138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4138 is #C4BEC7. Grayscale: #3E3E3E. Windows color (decimal): -12893896 or 3686715. OLE color: 3686715.

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

Color convert

RGB 59 65 56 -
CMYK 0.09 0 0.14 0.75
HSL 100º 0.07% 0.24% -
HSV(B) 100º 0.14% 0.25% -
XYZ 4.41 5 4.47 -
YUV 62.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 59 65 56 0.09 0 0.14 0.75 100 0.07 0.24
Hex 3B 41 38 9 0 E 4B 64 7 18
Octal 73 101 70 11 0 16 113 144 7 30
Binary 111011 1000001 111000 1001 0 1110 1001011 1100100 111 11000

Color Harmonies of #3B4138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4138

Black with #3B4138

Text Example


Text Example

White with #3B4138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,65,56); }

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

background-color css

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

 a { background-color: rgb(59,65,56); }

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

border-color css

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

 span { border-color: rgb(59,65,56); }

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