#363140

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

Shades of Martinique #363140

Tints of Martinique #363140

Color information

#363140 (or 0x363140) is unknown color: approx Martinique. HEX triplet: 36, 31 and 40. RGB value is (54,49,64). Sum of RGB (Red+Green+Blue) = 54+49+64=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 64 - color contains mainly: blue. Hex color #363140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363140 is #C9CEBF. Grayscale: #343434. Windows color (decimal): -13225664 or 4206902. OLE color: 4206902.

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

Color convert

RGB544964-
CMYK0.160.2300.75
HSL260º13.27%22.16%-
HSV(B)260º23.44%25.1%-
XYZ3.553.355.31-
YUV52.2134.66129.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.34%
GREEN value IS 49 (19.53% from 255) = 29.34%
BLUE value IS 64 (25.39% from 255) = 38.32%
R=32.34%
G=29.34%
B=38.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5449640.160.2300.7526013.2722.16
Hex363140101704B104d16
Octal6661100202701134041526
Binary1101101100011000000100001011101001011100000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363140; }

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

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

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

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

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

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

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

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