Html Css Color HEX #350232 Mardi Gras

📋 copy color: '#350232'

red 53 ◦ green 2 ◦ blue 50

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

Shades of Mardi Gras #350232

Tints of Mardi Gras #350232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.9%

 BLUE value IS 50 (19.92% from 255) = 47.62%

R = 50.48%
G = 1.9%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#350232 (or 0x350232) is known color: Mardi Gras. HEX triplet: 35, 02 and 32. RGB value is (53,2,50). Sum of RGB (Red+Green+Blue) = 53+2+50=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 50 (19.92% from 255 or 47.62% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #350232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350232 is #CAFDCD. Grayscale: #161616. Windows color (decimal): -13303246 or 3277365. OLE color: 3277365.

HSL color Cylindrical-coordinate representation of color #350232: hue angle of 303.53º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #350232 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 2 50 -
CMYK 0 0.96 0.06 0.79
HSL 303.53º 0.93% 0.11% -
HSV(B) 303.53º 0.96% 0.21% -
XYZ 2.07 1.03 3.11 -
YUV 22.72 143.4 149.6 -
System Red Green Blue C M Y K H S L
Decimal 53 2 50 0 0.96 0.06 0.79 303.53 0.93 0.11
Hex 35 2 32 0 60 6 4F 130 5D B
Octal 65 2 62 0 140 6 117 460 135 13
Binary 110101 10 110010 0 1100000 110 1001111 100110000 1011101 1011

Color Harmonies of #350232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350232

Black with #350232

Text Example


Text Example

White with #350232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350232; }

 p { color: rgb(53,2,50); }

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

background-color css

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

 a { background-color: rgb(53,2,50); }

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

border-color css

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

 span { border-color: rgb(53,2,50); }

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