Html Css Color HEX #353141 Martinique

📋 copy color: '#353141'

red 53 ◦ green 49 ◦ blue 65

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

Shades of Martinique #353141

Tints of Martinique #353141

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 value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#353141 (or 0x353141) is known color: 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

RGB 53 49 65 -
CMYK 0.18 0.25 0 0.75
HSL 255º 0.14% 0.22% -
HSV(B) 255º 0.25% 0.25% -
XYZ 3.52 3.34 5.46 -
YUV 52.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 53 49 65 0.18 0.25 0 0.75 255 0.14 0.22
Hex 35 31 41 12 19 0 4B FF E 16
Octal 65 61 101 22 31 0 113 377 16 26
Binary 110101 110001 1000001 10010 11001 0 1001011 11111111 1110 10110

Color Harmonies of #353141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353141

Black with #353141

Text Example


Text Example

White with #353141

Text Example


Text Example

HTML Codes & Css Web 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>