#353338

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

Shades of Martinique #353338

Tints of Martinique #353338

Color information

#353338 (or 0x353338) is unknown color: approx Martinique. HEX triplet: 35, 33 and 38. RGB value is (53,51,56). Sum of RGB (Red+Green+Blue) = 53+51+56=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 56 (22.27% from 255 or 35% from 160); Max value from RGB is 56 - color contains mainly: blue. Hex color #353338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353338 is #CACCC7. Grayscale: #343434. Windows color (decimal): -13290696 or 3683125. OLE color: 3683125.

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

Color convert

RGB535156-
CMYK0.050.0900.78
HSL264º4.67%20.98%-
HSV(B)264º8.93%21.96%-
XYZ3.373.414.22-
YUV52.17130.16128.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.12%
GREEN value IS 51 (20.31% from 255) = 31.88%
BLUE value IS 56 (22.27% from 255) = 35%
R=33.12%
G=31.88%
B=35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5351560.050.0900.782644.6720.98
Hex3533385904E108515
Octal6563705110116410525
Binary11010111001111100010110010100111010000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353338; }

 p { color: rgb(53,51,56); }

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

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

 a { background-color: rgb(53,51,56); }

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

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

 span { border-color: rgb(53,51,56); }

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