Html Css Color HEX #353040 Martinique

📋 copy color: '#353040'

red 53 ◦ green 48 ◦ blue 64

#353040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Martinique #353040

Tints of Martinique #353040

RGB

 RED value IS 53 (21.09% from 255) = 32.12%

 GREEN value IS 48 (19.14% from 255) = 29.09%

 BLUE value IS 64 (25.39% from 255) = 38.79%

R = 32.12%
G = 29.09%
B = 38.79%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#353040 (or 0x353040) is known color: Martinique. HEX triplet: 35, 30 and 40. RGB value is (53,48,64). Sum of RGB (Red+Green+Blue) = 53+48+64=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 64 - color contains mainly: blue. Hex color #353040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353040 is #CACFBF. Grayscale: #333333. Windows color (decimal): -13291456 or 4206645. OLE color: 4206645.

HSL color Cylindrical-coordinate representation of color #353040: hue angle of 258.75º 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 #353040 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 48 64 -
CMYK 0.17 0.25 0 0.75
HSL 258.75º 0.14% 0.22% -
HSV(B) 258.75º 0.25% 0.25% -
XYZ 3.45 3.24 5.29 -
YUV 51.32 135.16 129.2 -
System Red Green Blue C M Y K H S L
Decimal 53 48 64 0.17 0.25 0 0.75 258.75 0.14 0.22
Hex 35 30 40 11 19 0 4B 103 E 16
Octal 65 60 100 21 31 0 113 403 16 26
Binary 110101 110000 1000000 10001 11001 0 1001011 100000011 1110 10110

Color Harmonies of #353040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353040

Black with #353040

Text Example


Text Example

White with #353040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353040; }

 p { color: rgb(53,48,64); }

 H1.HeaderClassName
 {
   color: #353040;
 }
 .AnyTagClassName
 {
   color: #353040;
 }
</style>

background-color css

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

 a { background-color: rgb(53,48,64); }

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

border-color css

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

 span { border-color: rgb(53,48,64); }

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