Html Css Color HEX #3B3F38 Mallard

📋 copy color: '#3B3F38'

red 59 ◦ green 63 ◦ blue 56

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

Shades of Mallard #3B3F38

Tints of Mallard #3B3F38

RGB

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

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

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

R = 33.15%
G = 35.39%
B = 31.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#3B3F38 (or 0x3B3F38) is known color: Mallard. HEX triplet: 3B, 3F and 38. RGB value is (59,63,56). Sum of RGB (Red+Green+Blue) = 59+63+56=178 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.15% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 63 - color contains mainly: green. Hex color #3B3F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3F38 is #C4C0C7. Grayscale: #3D3D3D. Windows color (decimal): -12894408 or 3686203. OLE color: 3686203.

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

Color convert

RGB 59 63 56 -
CMYK 0.06 0 0.11 0.75
HSL 94.29º 0.06% 0.23% -
HSV(B) 94.29º 0.11% 0.25% -
XYZ 4.29 4.77 4.44 -
YUV 61.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 59 63 56 0.06 0 0.11 0.75 94.29 0.06 0.23
Hex 3B 3F 38 6 0 B 4B 5E 6 17
Octal 73 77 70 6 0 13 113 136 6 27
Binary 111011 111111 111000 110 0 1011 1001011 1011110 110 10111

Color Harmonies of #3B3F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3F38

Black with #3B3F38

Text Example


Text Example

White with #3B3F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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