Html Css Color HEX #352539 Mardi Gras

📋 copy color: '#352539'

red 53 ◦ green 37 ◦ blue 57

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

Shades of Mardi Gras #352539

Tints of Mardi Gras #352539

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.17%

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

R = 36.05%
G = 25.17%
B = 38.78%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#352539 (or 0x352539) is known color: Mardi Gras. HEX triplet: 35, 25 and 39. RGB value is (53,37,57). Sum of RGB (Red+Green+Blue) = 53+37+57=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 57 - color contains mainly: blue. Hex color #352539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352539 is #CADAC6. Grayscale: #2C2C2C. Windows color (decimal): -13294279 or 3745077. OLE color: 3745077.

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

Color convert

RGB 53 37 57 -
CMYK 0.07 0.35 0 0.78
HSL 288º 0.21% 0.18% -
HSV(B) 288º 0.35% 0.22% -
XYZ 2.87 2.38 4.18 -
YUV 44.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 53 37 57 0.07 0.35 0 0.78 288 0.21 0.18
Hex 35 25 39 7 23 0 4E 120 15 12
Octal 65 45 71 7 43 0 116 440 25 22
Binary 110101 100101 111001 111 100011 0 1001110 100100000 10101 10010

Color Harmonies of #352539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352539

Black with #352539

Text Example


Text Example

White with #352539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352539; }

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

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

background-color css

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

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

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

border-color css

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

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

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