Html Css Color HEX #350235 Mardi Gras

📋 copy color: '#350235'

red 53 ◦ green 2 ◦ blue 53

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

Shades of Mardi Gras #350235

Tints of Mardi Gras #350235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 49.07%

R = 49.07%
G = 1.85%
B = 49.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#350235 (or 0x350235) is known color: Mardi Gras. HEX triplet: 35, 02 and 35. RGB value is (53,2,53). Sum of RGB (Red+Green+Blue) = 53+2+53=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 53 (21.09% from 255 or 49.07% from 108); Max value from RGB is 53 - color contains mainly: red, blue. Hex color #350235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350235 is #CAFDCA. Grayscale: #161616. Windows color (decimal): -13303243 or 3473973. OLE color: 3473973.

HSL color Cylindrical-coordinate representation of color #350235: hue angle of 300º 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 #350235 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 2 53 -
CMYK 0 0.96 0 0.79
HSL 300º 0.93% 0.11% -
HSV(B) 300º 0.96% 0.21% -
XYZ 2.13 1.06 3.46 -
YUV 23.06 144.9 149.35 -
System Red Green Blue C M Y K H S L
Decimal 53 2 53 0 0.96 0 0.79 300 0.93 0.11
Hex 35 2 35 0 60 0 4F 12C 5D B
Octal 65 2 65 0 140 0 117 454 135 13
Binary 110101 10 110101 0 1100000 0 1001111 100101100 1011101 1011

Color Harmonies of #350235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350235

Black with #350235

Text Example


Text Example

White with #350235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350235; }

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

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

background-color css

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

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

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

border-color css

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

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

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