Html Css Color HEX #35313F Martinique

📋 copy color: '#35313F'

red 53 ◦ green 49 ◦ blue 63

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

Shades of Martinique #35313F

Tints of Martinique #35313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 38.18%

R = 32.12%
G = 29.7%
B = 38.18%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#35313F (or 0x35313F) is known color: Martinique. HEX triplet: 35, 31 and 3F. RGB value is (53,49,63). Sum of RGB (Red+Green+Blue) = 53+49+63=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 63 - color contains mainly: blue. Hex color #35313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35313F is #CACEC0. Grayscale: #333333. Windows color (decimal): -13291201 or 4141365. OLE color: 4141365.

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

Color convert

RGB 53 49 63 -
CMYK 0.16 0.22 0 0.75
HSL 257.14º 0.13% 0.22% -
HSV(B) 257.14º 0.22% 0.25% -
XYZ 3.46 3.31 5.16 -
YUV 51.79 134.33 128.86 -
System Red Green Blue C M Y K H S L
Decimal 53 49 63 0.16 0.22 0 0.75 257.14 0.13 0.22
Hex 35 31 3F 10 16 0 4B 101 C 16
Octal 65 61 77 20 26 0 113 401 14 26
Binary 110101 110001 111111 10000 10110 0 1001011 100000001 1100 10110

Color Harmonies of #35313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35313F

Black with #35313F

Text Example


Text Example

White with #35313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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