#353239

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

Shades of Martinique #353239

Tints of Martinique #353239

Color information

#353239 (or 0x353239) is unknown color: approx Martinique. HEX triplet: 35, 32 and 39. RGB value is (53,50,57). Sum of RGB (Red+Green+Blue) = 53+50+57=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 57 - color contains mainly: blue. Hex color #353239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353239 is #CACDC6. Grayscale: #333333. Windows color (decimal): -13290951 or 3748405. OLE color: 3748405.

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

Color convert

RGB535057-
CMYK0.070.1200.78
HSL265.71º6.54%20.98%-
HSV(B)265.71º12.28%22.35%-
XYZ3.353.334.34-
YUV51.69130.99128.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.12%
GREEN value IS 50 (19.92% from 255) = 31.25%
BLUE value IS 57 (22.66% from 255) = 35.62%
R=33.12%
G=31.25%
B=35.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5350570.070.1200.78265.716.5420.98
Hex3532397C04E10a715
Octal6562717140116412725
Binary11010111001011100111111000100111010000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353239; }

 p { color: rgb(53,50,57); }

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

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

 a { background-color: rgb(53,50,57); }

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

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

 span { border-color: rgb(53,50,57); }

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