Html Css Color HEX #350731 Mardi Gras

📋 copy color: '#350731'

red 53 ◦ green 7 ◦ blue 49

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

Shades of Mardi Gras #350731

Tints of Mardi Gras #350731

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.42%

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

R = 48.62%
G = 6.42%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.79

RGB Variations

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

Color information

#350731 (or 0x350731) is known color: Mardi Gras. HEX triplet: 35, 07 and 31. RGB value is (53,7,49). Sum of RGB (Red+Green+Blue) = 53+7+49=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #350731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350731 is #CAF8CE. Grayscale: #191919. Windows color (decimal): -13301967 or 3213109. OLE color: 3213109.

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

Color convert

RGB 53 7 49 -
CMYK 0 0.87 0.08 0.79
HSL 305.22º 0.77% 0.12% -
HSV(B) 305.22º 0.87% 0.21% -
XYZ 2.1 1.13 3.01 -
YUV 25.54 141.24 147.58 -
System Red Green Blue C M Y K H S L
Decimal 53 7 49 0 0.87 0.08 0.79 305.22 0.77 0.12
Hex 35 7 31 0 57 8 4F 131 4D C
Octal 65 7 61 0 127 10 117 461 115 14
Binary 110101 111 110001 0 1010111 1000 1001111 100110001 1001101 1100

Color Harmonies of #350731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350731

Black with #350731

Text Example


Text Example

White with #350731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350731; }

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

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

background-color css

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

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

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

border-color css

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

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

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