Html Css Color HEX #350031 Mardi Gras

📋 copy color: '#350031'

red 53 ◦ green 0 ◦ blue 49

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

Shades of Mardi Gras #350031

Tints of Mardi Gras #350031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 49 (19.53% from 255) = 48.04%

R = 51.96%
G = 0%
B = 48.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.79

RGB Variations

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

Color information

#350031 (or 0x350031) is known color: Mardi Gras. HEX triplet: 35, 00 and 31. RGB value is (53,0,49). Sum of RGB (Red+Green+Blue) = 53+0+49=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #350031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350031 is #CAFFCE. Grayscale: #151515. Windows color (decimal): -13303759 or 3211317. OLE color: 3211317.

HSL color Cylindrical-coordinate representation of color #350031: hue angle of 304.53º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350031 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 0 49 -
CMYK 0 1 0.08 0.79
HSL 304.53º 1% 0.1% -
HSV(B) 304.53º 1% 0.21% -
XYZ 2.02 0.98 2.99 -
YUV 21.43 143.56 150.52 -
System Red Green Blue C M Y K H S L
Decimal 53 0 49 0 1 0.08 0.79 304.53 1 0.1
Hex 35 0 31 0 64 8 4F 131 64 A
Octal 65 0 61 0 144 10 117 461 144 12
Binary 110101 0 110001 0 1100100 1000 1001111 100110001 1100100 1010

Color Harmonies of #350031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350031

Black with #350031

Text Example


Text Example

White with #350031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350031; }

 p { color: rgb(53,0,49); }

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

background-color css

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

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

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

border-color css

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

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

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