#35313C

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

Shades of Martinique #35313C

Tints of Martinique #35313C

Color information

#35313C (or 0x35313C) is unknown color: approx Martinique. HEX triplet: 35, 31 and 3C. RGB value is (53,49,60). Sum of RGB (Red+Green+Blue) = 53+49+60=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 60 - color contains mainly: blue. Hex color #35313C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35313C is #CACEC3. Grayscale: #333333. Windows color (decimal): -13291204 or 3944757. OLE color: 3944757.

HSL color Cylindrical-coordinate representation of color #35313C: hue angle of 261.82º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #35313C is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB534960-
CMYK0.120.1800.76
HSL261.82º10.09%21.37%-
HSV(B)261.82º18.33%23.53%-
XYZ3.383.284.73-
YUV51.45132.83129.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.72%
GREEN value IS 49 (19.53% from 255) = 30.25%
BLUE value IS 60 (23.83% from 255) = 37.04%
R=32.72%
G=30.25%
B=37.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5349600.120.1800.76261.8210.0921.37
Hex35313CC1204C106a15
Octal656174142201144061225
Binary11010111000111110011001001001001100100000110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35313C; }

 p { color: rgb(53,49,60); }

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

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

 a { background-color: rgb(53,49,60); }

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

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

 span { border-color: rgb(53,49,60); }

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