Html Css Color HEX #350537 Mardi Gras

📋 copy color: '#350537'

red 53 ◦ green 5 ◦ blue 55

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

Shades of Mardi Gras #350537

Tints of Mardi Gras #350537

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.42%

 BLUE value IS 55 (21.88% from 255) = 48.67%

R = 46.9%
G = 4.42%
B = 48.67%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#350537 (or 0x350537) is known color: Mardi Gras. HEX triplet: 35, 05 and 37. RGB value is (53,5,55). Sum of RGB (Red+Green+Blue) = 53+5+55=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 55 (21.88% from 255 or 48.67% from 113); Max value from RGB is 55 - color contains mainly: blue. Hex color #350537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350537 is #CAFAC8. Grayscale: #181818. Windows color (decimal): -13302473 or 3605813. OLE color: 3605813.

HSL color Cylindrical-coordinate representation of color #350537: hue angle of 297.6º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350537 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 5 55 -
CMYK 0.04 0.91 0 0.78
HSL 297.6º 0.83% 0.12% -
HSV(B) 297.6º 0.91% 0.22% -
XYZ 2.21 1.14 3.72 -
YUV 25.05 144.9 147.93 -
System Red Green Blue C M Y K H S L
Decimal 53 5 55 0.04 0.91 0 0.78 297.6 0.83 0.12
Hex 35 5 37 4 5B 0 4E 12A 53 C
Octal 65 5 67 4 133 0 116 452 123 14
Binary 110101 101 110111 100 1011011 0 1001110 100101010 1010011 1100

Color Harmonies of #350537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350537

Black with #350537

Text Example


Text Example

White with #350537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350537; }

 p { color: rgb(53,5,55); }

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

background-color css

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

 a { background-color: rgb(53,5,55); }

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

border-color css

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

 span { border-color: rgb(53,5,55); }

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