Html Css Color HEX #353239 Martinique

📋 copy color: '#353239'

red 53 ◦ green 50 ◦ blue 57

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

Shades of Martinique #353239

Tints of Martinique #353239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 35.63%

R = 33.13%
G = 31.25%
B = 35.63%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#353239 (or 0x353239) is known color: Martinique. HEX triplet: 35, 32 and 39. RGB value is (53,50,57). Sum of RGB (Red+Green+Blue) = 53+50+57=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 57 - color contains mainly: blue. Hex color #353239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353239 is #CACDC6. Grayscale: #333333. Windows color (decimal): -13290951 or 3748405. OLE color: 3748405.

HSL color Cylindrical-coordinate representation of color #353239: hue angle of 265.71º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #353239 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 50 57 -
CMYK 0.07 0.12 0 0.78
HSL 265.71º 0.07% 0.21% -
HSV(B) 265.71º 0.12% 0.22% -
XYZ 3.35 3.33 4.34 -
YUV 51.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 53 50 57 0.07 0.12 0 0.78 265.71 0.07 0.21
Hex 35 32 39 7 C 0 4E 10A 7 15
Octal 65 62 71 7 14 0 116 412 7 25
Binary 110101 110010 111001 111 1100 0 1001110 100001010 111 10101

Color Harmonies of #353239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353239

Black with #353239

Text Example


Text Example

White with #353239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353239; }

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

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

background-color css

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

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

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

border-color css

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

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

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