Html Css Color HEX #35203A Mardi Gras

📋 copy color: '#35203A'

red 53 ◦ green 32 ◦ blue 58

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

Shades of Mardi Gras #35203A

Tints of Mardi Gras #35203A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.38%

 BLUE value IS 58 (23.05% from 255) = 40.56%

R = 37.06%
G = 22.38%
B = 40.56%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#35203A (or 0x35203A) is known color: Mardi Gras. HEX triplet: 35, 20 and 3A. RGB value is (53,32,58). Sum of RGB (Red+Green+Blue) = 53+32+58=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 58 - color contains mainly: blue. Hex color #35203A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35203A is #CADFC5. Grayscale: #292929. Windows color (decimal): -13295558 or 3809333. OLE color: 3809333.

HSL color Cylindrical-coordinate representation of color #35203A: hue angle of 288.46º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #35203A is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 53 32 58 -
CMYK 0.09 0.45 0 0.77
HSL 288.46º 0.29% 0.18% -
HSV(B) 288.46º 0.45% 0.23% -
XYZ 2.75 2.1 4.26 -
YUV 41.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 53 32 58 0.09 0.45 0 0.77 288.46 0.29 0.18
Hex 35 20 3A 9 2D 0 4D 120 1D 12
Octal 65 40 72 11 55 0 115 440 35 22
Binary 110101 100000 111010 1001 101101 0 1001101 100100000 11101 10010

Color Harmonies of #35203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35203A

Black with #35203A

Text Example


Text Example

White with #35203A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35203A; }

 p { color: rgb(53,32,58); }

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

background-color css

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

 a { background-color: rgb(53,32,58); }

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

border-color css

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

 span { border-color: rgb(53,32,58); }

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