#363040

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

Shades of Martinique #363040

Tints of Martinique #363040

Color information

#363040 (or 0x363040) is unknown color: approx Martinique. HEX triplet: 36, 30 and 40. RGB value is (54,48,64). Sum of RGB (Red+Green+Blue) = 54+48+64=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 64 - color contains mainly: blue. Hex color #363040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363040 is #C9CFBF. Grayscale: #333333. Windows color (decimal): -13225920 or 4206646. OLE color: 4206646.

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

Color convert

RGB544864-
CMYK0.160.2500.75
HSL262.5º14.29%21.96%-
HSV(B)262.5º25%25.1%-
XYZ3.53.275.3-
YUV51.62134.99129.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.53%
GREEN value IS 48 (19.14% from 255) = 28.92%
BLUE value IS 64 (25.39% from 255) = 38.55%
R=32.53%
G=28.92%
B=38.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5448640.160.2500.75262.514.2921.96
Hex363040101904B106e16
Octal6660100203101134061626
Binary1101101100001000000100001100101001011100000110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363040; }

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

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

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

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

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

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

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

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