#353141

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

Shades of Martinique #353141

Tints of Martinique #353141

Color information

#353141 (or 0x353141) is unknown color: approx Martinique. HEX triplet: 35, 31 and 41. RGB value is (53,49,65). Sum of RGB (Red+Green+Blue) = 53+49+65=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 65 - color contains mainly: blue. Hex color #353141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353141 is #CACEBE. Grayscale: #333333. Windows color (decimal): -13291199 or 4272437. OLE color: 4272437.

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

Color convert

RGB534965-
CMYK0.180.2500.75
HSL255º14.04%22.35%-
HSV(B)255º24.62%25.49%-
XYZ3.523.345.46-
YUV52.02135.33128.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 49 (19.53% from 255) = 29.34%
BLUE value IS 65 (25.78% from 255) = 38.92%
R=31.74%
G=29.34%
B=38.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5349650.180.2500.7525514.0422.35
Hex353141121904Bffe16
Octal6561101223101133771626
Binary110101110001100000110010110010100101111111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353141; }

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

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

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

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

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

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

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

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