Html Css Color HEX #373142 Martinique

📋 copy color: '#373142'

red 55 ◦ green 49 ◦ blue 66

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

Shades of Martinique #373142

Tints of Martinique #373142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 38.82%

R = 32.35%
G = 28.82%
B = 38.82%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#373142 (or 0x373142) is known color: Martinique. HEX triplet: 37, 31 and 42. RGB value is (55,49,66). Sum of RGB (Red+Green+Blue) = 55+49+66=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 66 - color contains mainly: blue. Hex color #373142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373142 is #C8CEBD. Grayscale: #343434. Windows color (decimal): -13160126 or 4337975. OLE color: 4337975.

HSL color Cylindrical-coordinate representation of color #373142: hue angle of 261.18º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #373142 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 55 49 66 -
CMYK 0.17 0.26 0 0.74
HSL 261.18º 0.15% 0.23% -
HSV(B) 261.18º 0.26% 0.26% -
XYZ 3.66 3.4 5.62 -
YUV 52.73 135.49 129.62 -
System Red Green Blue C M Y K H S L
Decimal 55 49 66 0.17 0.26 0 0.74 261.18 0.15 0.23
Hex 37 31 42 11 1A 0 4A 105 F 17
Octal 67 61 102 21 32 0 112 405 17 27
Binary 110111 110001 1000010 10001 11010 0 1001010 100000101 1111 10111

Color Harmonies of #373142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373142

Black with #373142

Text Example


Text Example

White with #373142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373142; }

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

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

background-color css

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

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

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

border-color css

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

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

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