Html Css Color HEX #352139 Mardi Gras

📋 copy color: '#352139'

red 53 ◦ green 33 ◦ blue 57

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

Shades of Mardi Gras #352139

Tints of Mardi Gras #352139

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.08%

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

R = 37.06%
G = 23.08%
B = 39.86%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#352139 (or 0x352139) is known color: Mardi Gras. HEX triplet: 35, 21 and 39. RGB value is (53,33,57). Sum of RGB (Red+Green+Blue) = 53+33+57=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 57 - color contains mainly: blue. Hex color #352139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352139 is #CADEC6. Grayscale: #292929. Windows color (decimal): -13295303 or 3744053. OLE color: 3744053.

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

Color convert

RGB 53 33 57 -
CMYK 0.07 0.42 0 0.78
HSL 290º 0.27% 0.18% -
HSV(B) 290º 0.42% 0.22% -
XYZ 2.75 2.14 4.14 -
YUV 41.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 53 33 57 0.07 0.42 0 0.78 290 0.27 0.18
Hex 35 21 39 7 2A 0 4E 122 1B 12
Octal 65 41 71 7 52 0 116 442 33 22
Binary 110101 100001 111001 111 101010 0 1001110 100100010 11011 10010

Color Harmonies of #352139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352139

Black with #352139

Text Example


Text Example

White with #352139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352139; }

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

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

background-color css

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

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

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

border-color css

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

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

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