Html Css Color HEX #353140 Martinique

📋 copy color: '#353140'

red 53 ◦ green 49 ◦ blue 64

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

Shades of Martinique #353140

Tints of Martinique #353140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.52%

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

R = 31.93%
G = 29.52%
B = 38.55%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#353140 (or 0x353140) is known color: Martinique. HEX triplet: 35, 31 and 40. RGB value is (53,49,64). Sum of RGB (Red+Green+Blue) = 53+49+64=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 64 - color contains mainly: blue. Hex color #353140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353140 is #CACEBF. Grayscale: #333333. Windows color (decimal): -13291200 or 4206901. OLE color: 4206901.

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

Color convert

RGB 53 49 64 -
CMYK 0.17 0.23 0 0.75
HSL 256º 0.13% 0.22% -
HSV(B) 256º 0.23% 0.25% -
XYZ 3.49 3.32 5.31 -
YUV 51.91 134.83 128.78 -
System Red Green Blue C M Y K H S L
Decimal 53 49 64 0.17 0.23 0 0.75 256 0.13 0.22
Hex 35 31 40 11 17 0 4B 100 D 16
Octal 65 61 100 21 27 0 113 400 15 26
Binary 110101 110001 1000000 10001 10111 0 1001011 100000000 1101 10110

Color Harmonies of #353140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353140

Black with #353140

Text Example


Text Example

White with #353140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353140; }

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

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

background-color css

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

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

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

border-color css

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

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

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