Html Css Color HEX #352239 Mardi Gras

📋 copy color: '#352239'

red 53 ◦ green 34 ◦ blue 57

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

Shades of Mardi Gras #352239

Tints of Mardi Gras #352239

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.61%

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

R = 36.81%
G = 23.61%
B = 39.58%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#352239 (or 0x352239) is known color: Mardi Gras. HEX triplet: 35, 22 and 39. RGB value is (53,34,57). Sum of RGB (Red+Green+Blue) = 53+34+57=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 57 - color contains mainly: blue. Hex color #352239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352239 is #CADDC6. Grayscale: #2A2A2A. Windows color (decimal): -13295047 or 3744309. OLE color: 3744309.

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

Color convert

RGB 53 34 57 -
CMYK 0.07 0.40 0 0.78
HSL 289.57º 0.25% 0.18% -
HSV(B) 289.57º 0.4% 0.22% -
XYZ 2.78 2.2 4.15 -
YUV 42.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 53 34 57 0.07 0.40 0 0.78 289.57 0.25 0.18
Hex 35 22 39 7 28 0 4E 122 19 12
Octal 65 42 71 7 50 0 116 442 31 22
Binary 110101 100010 111001 111 101000 0 1001110 100100010 11001 10010

Color Harmonies of #352239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352239

Black with #352239

Text Example


Text Example

White with #352239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352239; }

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

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

background-color css

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

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

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

border-color css

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

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

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