Html Css Color HEX #352639 Mardi Gras

📋 copy color: '#352639'

red 53 ◦ green 38 ◦ blue 57

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

Shades of Mardi Gras #352639

Tints of Mardi Gras #352639

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.68%

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

R = 35.81%
G = 25.68%
B = 38.51%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#352639 (or 0x352639) is known color: Mardi Gras. HEX triplet: 35, 26 and 39. RGB value is (53,38,57). Sum of RGB (Red+Green+Blue) = 53+38+57=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 57 - color contains mainly: blue. Hex color #352639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352639 is #CAD9C6. Grayscale: #2C2C2C. Windows color (decimal): -13294023 or 3745333. OLE color: 3745333.

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

Color convert

RGB 53 38 57 -
CMYK 0.07 0.33 0 0.78
HSL 287.37º 0.2% 0.19% -
HSV(B) 287.37º 0.33% 0.22% -
XYZ 2.9 2.44 4.19 -
YUV 44.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 53 38 57 0.07 0.33 0 0.78 287.37 0.2 0.19
Hex 35 26 39 7 21 0 4E 11F 14 13
Octal 65 46 71 7 41 0 116 437 24 23
Binary 110101 100110 111001 111 100001 0 1001110 100011111 10100 10011

Color Harmonies of #352639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352639

Black with #352639

Text Example


Text Example

White with #352639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352639; }

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

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

background-color css

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

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

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

border-color css

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

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

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