#35323B

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

Shades of Martinique #35323B

Tints of Martinique #35323B

Color information

#35323B (or 0x35323B) is unknown color: approx Martinique. HEX triplet: 35, 32 and 3B. RGB value is (53,50,59). Sum of RGB (Red+Green+Blue) = 53+50+59=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 59 - color contains mainly: blue. Hex color #35323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35323B is #CACDC4. Grayscale: #333333. Windows color (decimal): -13290949 or 3879477. OLE color: 3879477.

HSL color Cylindrical-coordinate representation of color #35323B: hue angle of 260º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #35323B is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB535059-
CMYK0.100.1500.77
HSL260º8.26%21.37%-
HSV(B)260º15.25%23.14%-
XYZ3.43.354.61-
YUV51.92131.99128.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.72%
GREEN value IS 50 (19.92% from 255) = 30.86%
BLUE value IS 59 (23.44% from 255) = 36.42%
R=32.72%
G=30.86%
B=36.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5350590.100.1500.772608.2621.37
Hex35323BAF04D104815
Octal656273121701154041025
Binary1101011100101110111010111101001101100000100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35323B; }

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

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

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

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

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

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

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

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