#35313E

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

Shades of Martinique #35313E

Tints of Martinique #35313E

Color information

#35313E (or 0x35313E) is unknown color: approx Martinique. HEX triplet: 35, 31 and 3E. RGB value is (53,49,62). Sum of RGB (Red+Green+Blue) = 53+49+62=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 62 (24.61% from 255 or 37.80% from 164); Max value from RGB is 62 - color contains mainly: blue. Hex color #35313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35313E is #CACEC1. Grayscale: #333333. Windows color (decimal): -13291202 or 4075829. OLE color: 4075829.

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

Color convert

RGB534962-
CMYK0.150.2100.76
HSL258.46º11.71%21.76%-
HSV(B)258.46º20.97%24.31%-
XYZ3.443.35.01-
YUV51.68133.83128.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.32%
GREEN value IS 49 (19.53% from 255) = 29.88%
BLUE value IS 62 (24.61% from 255) = 37.80%
R=32.32%
G=29.88%
B=37.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5349620.150.2100.76258.4611.7121.76
Hex35313EF1504C102c16
Octal656176172501144021426
Binary11010111000111111011111010101001100100000010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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