Html Css Color HEX #3A3740 Martinique

📋 copy color: '#3A3740'

red 58 ◦ green 55 ◦ blue 64

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

Shades of Martinique #3A3740

Tints of Martinique #3A3740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.07%

 BLUE value IS 64 (25.39% from 255) = 36.16%

R = 32.77%
G = 31.07%
B = 36.16%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3A3740 (or 0x3A3740) is known color: Martinique. HEX triplet: 3A, 37 and 40. RGB value is (58,55,64). Sum of RGB (Red+Green+Blue) = 58+55+64=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 64 - color contains mainly: blue. Hex color #3A3740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3740 is #C5C8BF. Grayscale: #383838. Windows color (decimal): -12961984 or 4208442. OLE color: 4208442.

HSL color Cylindrical-coordinate representation of color #3A3740: hue angle of 260º 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 #3A3740 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 58 55 64 -
CMYK 0.09 0.14 0 0.75
HSL 260º 0.08% 0.23% -
HSV(B) 260º 0.14% 0.25% -
XYZ 4.04 4 5.41 -
YUV 56.92 131.99 128.77 -
System Red Green Blue C M Y K H S L
Decimal 58 55 64 0.09 0.14 0 0.75 260 0.08 0.23
Hex 3A 37 40 9 E 0 4B 104 8 17
Octal 72 67 100 11 16 0 113 404 10 27
Binary 111010 110111 1000000 1001 1110 0 1001011 100000100 1000 10111

Color Harmonies of #3A3740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3740

Black with #3A3740

Text Example


Text Example

White with #3A3740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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