#352F41

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

Shades of Martinique #352F41

Tints of Martinique #352F41

Color information

#352F41 (or 0x352F41) is unknown color: approx Martinique. HEX triplet: 35, 2F and 41. RGB value is (53,47,65). Sum of RGB (Red+Green+Blue) = 53+47+65=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 65 - color contains mainly: blue. Hex color #352F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F41 is #CAD0BE. Grayscale: #323232. Windows color (decimal): -13291711 or 4271925. OLE color: 4271925.

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

Color convert

RGB534765-
CMYK0.180.2800.75
HSL260º16.07%21.96%-
HSV(B)260º27.69%25.49%-
XYZ3.443.175.43-
YUV50.85135.99129.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.12%
GREEN value IS 47 (18.75% from 255) = 28.48%
BLUE value IS 65 (25.78% from 255) = 39.39%
R=32.12%
G=28.48%
B=39.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5347650.180.2800.7526016.0721.96
Hex352F41121C04B1041016
Octal6557101223401134042026
Binary11010110111110000011001011100010010111000001001000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352F41; }

 p { color: rgb(53,47,65); }

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

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

 a { background-color: rgb(53,47,65); }

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

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

 span { border-color: rgb(53,47,65); }

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