#363142

Color #363142 Martinique (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Martinique #363142

Tints of Martinique #363142

Color information

#363142 (or 0x363142) is unknown color: approx Martinique. HEX triplet: 36, 31 and 42. RGB value is (54,49,66). Sum of RGB (Red+Green+Blue) = 54+49+66=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 66 - color contains mainly: blue. Hex color #363142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363142 is #C9CEBD. Grayscale: #343434. Windows color (decimal): -13225662 or 4337974. OLE color: 4337974.

HSL color Cylindrical-coordinate representation of color #363142: hue angle of 257.65º 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 #363142 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB544966-
CMYK0.180.2600.74
HSL257.65º14.78%22.55%-
HSV(B)257.65º25.76%25.88%-
XYZ3.63.375.62-
YUV52.43135.66129.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.95%
GREEN value IS 49 (19.53% from 255) = 28.99%
BLUE value IS 66 (26.17% from 255) = 39.05%
R=31.95%
G=28.99%
B=39.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5449660.180.2600.74257.6514.7822.55
Hex363142121A04A102f17
Octal6661102223201124021727
Binary1101101100011000010100101101001001010100000010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363142; }

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

 H1.HeaderClassName
 {
   color: #363142;
 }
 .AnyTagClassName
 {
   color: #363142;
 }
</style>
background-color css

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

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

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

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

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

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