#35323D

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

Shades of Martinique #35323D

Tints of Martinique #35323D

Color information

#35323D (or 0x35323D) is unknown color: approx Martinique. HEX triplet: 35, 32 and 3D. RGB value is (53,50,61). Sum of RGB (Red+Green+Blue) = 53+50+61=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 61 - color contains mainly: blue. Hex color #35323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35323D is #CACDC2. Grayscale: #343434. Windows color (decimal): -13290947 or 4010549. OLE color: 4010549.

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

Color convert

RGB535061-
CMYK0.130.1800.76
HSL256.36º9.91%21.76%-
HSV(B)256.36º18.03%23.92%-
XYZ3.453.384.88-
YUV52.15132.99128.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.32%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 61 (24.22% from 255) = 37.20%
R=32.32%
G=30.49%
B=37.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5350610.130.1800.76256.369.9121.76
Hex35323DD1204C100a16
Octal656275152201144001226
Binary11010111001011110111011001001001100100000000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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