Html Css Color HEX #351031 Mardi Gras

📋 copy color: '#351031'

red 53 ◦ green 16 ◦ blue 49

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

Shades of Mardi Gras #351031

Tints of Mardi Gras #351031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.56%

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

R = 44.92%
G = 13.56%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.79

RGB Variations

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

Color information

#351031 (or 0x351031) is known color: Mardi Gras. HEX triplet: 35, 10 and 31. RGB value is (53,16,49). Sum of RGB (Red+Green+Blue) = 53+16+49=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 49 (19.53% from 255 or 41.53% from 118); Max value from RGB is 53 - color contains mainly: red. Hex color #351031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351031 is #CAEFCE. Grayscale: #1E1E1E. Windows color (decimal): -13299663 or 3215413. OLE color: 3215413.

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

Color convert

RGB 53 16 49 -
CMYK 0 0.70 0.08 0.79
HSL 306.49º 0.54% 0.14% -
HSV(B) 306.49º 0.7% 0.21% -
XYZ 2.21 1.35 3.05 -
YUV 30.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 53 16 49 0 0.70 0.08 0.79 306.49 0.54 0.14
Hex 35 10 31 0 46 8 4F 132 36 E
Octal 65 20 61 0 106 10 117 462 66 16
Binary 110101 10000 110001 0 1000110 1000 1001111 100110010 110110 1110

Color Harmonies of #351031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351031

Black with #351031

Text Example


Text Example

White with #351031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351031; }

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

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

background-color css

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

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

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

border-color css

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

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

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