#353040

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

Shades of Martinique #353040

Tints of Martinique #353040

Color information

#353040 (or 0x353040) is unknown color: approx Martinique. HEX triplet: 35, 30 and 40. RGB value is (53,48,64). Sum of RGB (Red+Green+Blue) = 53+48+64=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 64 - color contains mainly: blue. Hex color #353040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353040 is #CACFBF. Grayscale: #333333. Windows color (decimal): -13291456 or 4206645. OLE color: 4206645.

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

Color convert

RGB534864-
CMYK0.170.2500.75
HSL258.75º14.29%21.96%-
HSV(B)258.75º25%25.1%-
XYZ3.453.245.29-
YUV51.32135.16129.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.12%
GREEN value IS 48 (19.14% from 255) = 29.09%
BLUE value IS 64 (25.39% from 255) = 38.79%
R=32.12%
G=29.09%
B=38.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5348640.170.2500.75258.7514.2921.96
Hex353040111904B103e16
Octal6560100213101134031626
Binary1101011100001000000100011100101001011100000011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353040; }

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

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

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

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

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

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

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

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