Html Css Color HEX #35323D Martinique

📋 copy color: '#35323D'

red 53 ◦ green 50 ◦ blue 61

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

Shades of Martinique #35323D

Tints of Martinique #35323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.49%

 BLUE value IS 61 (24.22% from 255) = 37.2%

R = 32.32%
G = 30.49%
B = 37.2%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35323D (or 0x35323D) is known color: Martinique. HEX triplet: 35, 32 and 3D. RGB value is (53,50,61). Sum of RGB (Red+Green+Blue) = 53+50+61=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 61 - color contains mainly: blue. Hex color #35323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35323D is #CACDC2. Grayscale: #343434. Windows color (decimal): -13290947 or 4010549. OLE color: 4010549.

HSL color Cylindrical-coordinate representation of color #35323D: hue angle of 256.36º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #35323D is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 50 61 -
CMYK 0.13 0.18 0 0.76
HSL 256.36º 0.1% 0.22% -
HSV(B) 256.36º 0.18% 0.24% -
XYZ 3.45 3.38 4.88 -
YUV 52.15 132.99 128.61 -
System Red Green Blue C M Y K H S L
Decimal 53 50 61 0.13 0.18 0 0.76 256.36 0.1 0.22
Hex 35 32 3D D 12 0 4C 100 A 16
Octal 65 62 75 15 22 0 114 400 12 26
Binary 110101 110010 111101 1101 10010 0 1001100 100000000 1010 10110

Color Harmonies of #35323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35323D

Black with #35323D

Text Example


Text Example

White with #35323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35323D; }

 p { color: rgb(53,50,61); }

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

background-color css

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

 a { background-color: rgb(53,50,61); }

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

border-color css

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

 span { border-color: rgb(53,50,61); }

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