Html Css Color HEX #352F41 Martinique

📋 copy color: '#352F41'

red 53 ◦ green 47 ◦ blue 65

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

Shades of Martinique #352F41

Tints of Martinique #352F41

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.48%

 BLUE value IS 65 (25.78% from 255) = 39.39%

R = 32.12%
G = 28.48%
B = 39.39%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#352F41 (or 0x352F41) is known color: Martinique. HEX triplet: 35, 2F and 41. RGB value is (53,47,65). Sum of RGB (Red+Green+Blue) = 53+47+65=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 65 - color contains mainly: blue. Hex color #352F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F41 is #CAD0BE. Grayscale: #323232. Windows color (decimal): -13291711 or 4271925. OLE color: 4271925.

HSL color Cylindrical-coordinate representation of color #352F41: hue angle of 260º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #352F41 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 47 65 -
CMYK 0.18 0.28 0 0.75
HSL 260º 0.16% 0.22% -
HSV(B) 260º 0.28% 0.25% -
XYZ 3.44 3.17 5.43 -
YUV 50.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 53 47 65 0.18 0.28 0 0.75 260 0.16 0.22
Hex 35 2F 41 12 1C 0 4B 104 10 16
Octal 65 57 101 22 34 0 113 404 20 26
Binary 110101 101111 1000001 10010 11100 0 1001011 100000100 10000 10110

Color Harmonies of #352F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352F41

Black with #352F41

Text Example


Text Example

White with #352F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352F41; }

 p { color: rgb(53,47,65); }

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

background-color css

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

 a { background-color: rgb(53,47,65); }

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

border-color css

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

 span { border-color: rgb(53,47,65); }

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