#363240

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

Shades of Martinique #363240

Tints of Martinique #363240

Color information

#363240 (or 0x363240) is unknown color: approx Martinique. HEX triplet: 36, 32 and 40. RGB value is (54,50,64). Sum of RGB (Red+Green+Blue) = 54+50+64=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 50 (19.92% from 255 or 29.76% 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 #363240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363240 is #C9CDBF. Grayscale: #343434. Windows color (decimal): -13225408 or 4207158. OLE color: 4207158.

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

Color convert

RGB545064-
CMYK0.160.2200.75
HSL257.14º12.28%22.35%-
HSV(B)257.14º21.88%25.1%-
XYZ3.593.445.32-
YUV52.79134.33128.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.14%
GREEN value IS 50 (19.92% from 255) = 29.76%
BLUE value IS 64 (25.39% from 255) = 38.10%
R=32.14%
G=29.76%
B=38.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5450640.160.2200.75257.1412.2822.35
Hex363240101604B101c16
Octal6662100202601134011426
Binary1101101100101000000100001011001001011100000001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363240; }

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

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

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

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

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

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

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

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