Html Css Color HEX #373140 Martinique

📋 copy color: '#373140'

red 55 ◦ green 49 ◦ blue 64

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

Shades of Martinique #373140

Tints of Martinique #373140

RGB

 RED value IS 55 (21.88% from 255) = 32.74%

 GREEN value IS 49 (19.53% from 255) = 29.17%

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

R = 32.74%
G = 29.17%
B = 38.1%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#373140 (or 0x373140) is known color: Martinique. HEX triplet: 37, 31 and 40. RGB value is (55,49,64). Sum of RGB (Red+Green+Blue) = 55+49+64=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 64 - color contains mainly: blue. Hex color #373140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373140 is #C8CEBF. Grayscale: #343434. Windows color (decimal): -13160128 or 4206903. OLE color: 4206903.

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

Color convert

RGB 55 49 64 -
CMYK 0.14 0.23 0 0.75
HSL 264º 0.13% 0.22% -
HSV(B) 264º 0.23% 0.25% -
XYZ 3.6 3.38 5.31 -
YUV 52.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 55 49 64 0.14 0.23 0 0.75 264 0.13 0.22
Hex 37 31 40 E 17 0 4B 108 D 16
Octal 67 61 100 16 27 0 113 410 15 26
Binary 110111 110001 1000000 1110 10111 0 1001011 100001000 1101 10110

Color Harmonies of #373140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373140

Black with #373140

Text Example


Text Example

White with #373140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373140; }

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

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

background-color css

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

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

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

border-color css

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

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

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