Html Css Color HEX #353142 Martinique

📋 copy color: '#353142'

red 53 ◦ green 49 ◦ blue 66

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

Shades of Martinique #353142

Tints of Martinique #353142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 39.29%

R = 31.55%
G = 29.17%
B = 39.29%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#353142 (or 0x353142) is known color: Martinique. HEX triplet: 35, 31 and 42. RGB value is (53,49,66). Sum of RGB (Red+Green+Blue) = 53+49+66=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 66 - color contains mainly: blue. Hex color #353142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353142 is #CACEBD. Grayscale: #343434. Windows color (decimal): -13291198 or 4337973. OLE color: 4337973.

HSL color Cylindrical-coordinate representation of color #353142: hue angle of 254.12º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #353142 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 49 66 -
CMYK 0.20 0.26 0 0.74
HSL 254.12º 0.15% 0.23% -
HSV(B) 254.12º 0.26% 0.26% -
XYZ 3.55 3.35 5.61 -
YUV 52.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 53 49 66 0.20 0.26 0 0.74 254.12 0.15 0.23
Hex 35 31 42 14 1A 0 4A FE F 17
Octal 65 61 102 24 32 0 112 376 17 27
Binary 110101 110001 1000010 10100 11010 0 1001010 11111110 1111 10111

Color Harmonies of #353142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353142

Black with #353142

Text Example


Text Example

White with #353142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353142; }

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

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

background-color css

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

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

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

border-color css

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

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

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