Html Css Color HEX #35323A Martinique

📋 copy color: '#35323A'

red 53 ◦ green 50 ◦ blue 58

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

Shades of Martinique #35323A

Tints of Martinique #35323A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 36.02%

R = 32.92%
G = 31.06%
B = 36.02%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#35323A (or 0x35323A) is known color: Martinique. HEX triplet: 35, 32 and 3A. RGB value is (53,50,58). Sum of RGB (Red+Green+Blue) = 53+50+58=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 58 - color contains mainly: blue. Hex color #35323A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35323A is #CACDC5. Grayscale: #333333. Windows color (decimal): -13290950 or 3813941. OLE color: 3813941.

HSL color Cylindrical-coordinate representation of color #35323A: hue angle of 262.5º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #35323A is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 53 50 58 -
CMYK 0.09 0.14 0 0.77
HSL 262.5º 0.07% 0.21% -
HSV(B) 262.5º 0.14% 0.23% -
XYZ 3.37 3.34 4.47 -
YUV 51.81 131.49 128.85 -
System Red Green Blue C M Y K H S L
Decimal 53 50 58 0.09 0.14 0 0.77 262.5 0.07 0.21
Hex 35 32 3A 9 E 0 4D 106 7 15
Octal 65 62 72 11 16 0 115 406 7 25
Binary 110101 110010 111010 1001 1110 0 1001101 100000110 111 10101

Color Harmonies of #35323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35323A

Black with #35323A

Text Example


Text Example

White with #35323A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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