Html Css Color HEX #35323B Martinique

📋 copy color: '#35323B'

red 53 ◦ green 50 ◦ blue 59

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

Shades of Martinique #35323B

Tints of Martinique #35323B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 36.42%

R = 32.72%
G = 30.86%
B = 36.42%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#35323B (or 0x35323B) is known color: Martinique. HEX triplet: 35, 32 and 3B. RGB value is (53,50,59). Sum of RGB (Red+Green+Blue) = 53+50+59=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 59 - color contains mainly: blue. Hex color #35323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35323B is #CACDC4. Grayscale: #333333. Windows color (decimal): -13290949 or 3879477. OLE color: 3879477.

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

Color convert

RGB 53 50 59 -
CMYK 0.10 0.15 0 0.77
HSL 260º 0.08% 0.21% -
HSV(B) 260º 0.15% 0.23% -
XYZ 3.4 3.35 4.61 -
YUV 51.92 131.99 128.77 -
System Red Green Blue C M Y K H S L
Decimal 53 50 59 0.10 0.15 0 0.77 260 0.08 0.21
Hex 35 32 3B A F 0 4D 104 8 15
Octal 65 62 73 12 17 0 115 404 10 25
Binary 110101 110010 111011 1010 1111 0 1001101 100000100 1000 10101

Color Harmonies of #35323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35323B

Black with #35323B

Text Example


Text Example

White with #35323B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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