Html Css Color HEX #35213A Mardi Gras

📋 copy color: '#35213A'

red 53 ◦ green 33 ◦ blue 58

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

Shades of Mardi Gras #35213A

Tints of Mardi Gras #35213A

RGB

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

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

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

R = 36.81%
G = 22.92%
B = 40.28%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#35213A (or 0x35213A) is known color: Mardi Gras. HEX triplet: 35, 21 and 3A. RGB value is (53,33,58). Sum of RGB (Red+Green+Blue) = 53+33+58=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 58 - color contains mainly: blue. Hex color #35213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35213A is #CADEC5. Grayscale: #292929. Windows color (decimal): -13295302 or 3809589. OLE color: 3809589.

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

Color convert

RGB 53 33 58 -
CMYK 0.09 0.43 0 0.77
HSL 288º 0.27% 0.18% -
HSV(B) 288º 0.43% 0.23% -
XYZ 2.78 2.15 4.27 -
YUV 41.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 53 33 58 0.09 0.43 0 0.77 288 0.27 0.18
Hex 35 21 3A 9 2B 0 4D 120 1B 12
Octal 65 41 72 11 53 0 115 440 33 22
Binary 110101 100001 111010 1001 101011 0 1001101 100100000 11011 10010

Color Harmonies of #35213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35213A

Black with #35213A

Text Example


Text Example

White with #35213A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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