Html Css Color HEX #353338 Martinique

📋 copy color: '#353338'

red 53 ◦ green 51 ◦ blue 56

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

Shades of Martinique #353338

Tints of Martinique #353338

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.88%

 BLUE value IS 56 (22.27% from 255) = 35%

R = 33.13%
G = 31.88%
B = 35%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#353338 (or 0x353338) is known color: Martinique. HEX triplet: 35, 33 and 38. RGB value is (53,51,56). Sum of RGB (Red+Green+Blue) = 53+51+56=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 56 (22.27% from 255 or 35% from 160); Max value from RGB is 56 - color contains mainly: blue. Hex color #353338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353338 is #CACCC7. Grayscale: #343434. Windows color (decimal): -13290696 or 3683125. OLE color: 3683125.

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

Color convert

RGB 53 51 56 -
CMYK 0.05 0.09 0 0.78
HSL 264º 0.05% 0.21% -
HSV(B) 264º 0.09% 0.22% -
XYZ 3.37 3.41 4.22 -
YUV 52.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 53 51 56 0.05 0.09 0 0.78 264 0.05 0.21
Hex 35 33 38 5 9 0 4E 108 5 15
Octal 65 63 70 5 11 0 116 410 5 25
Binary 110101 110011 111000 101 1001 0 1001110 100001000 101 10101

Color Harmonies of #353338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353338

Black with #353338

Text Example


Text Example

White with #353338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353338; }

 p { color: rgb(53,51,56); }

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

background-color css

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

 a { background-color: rgb(53,51,56); }

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

border-color css

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

 span { border-color: rgb(53,51,56); }

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