#350131

Color #350131 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #350131

Tints of Mardi Gras #350131

Color information

#350131 (or 0x350131) is unknown color: approx Mardi Gras. HEX triplet: 35, 01 and 31. RGB value is (53,1,49). Sum of RGB (Red+Green+Blue) = 53+1+49=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 49 (19.53% from 255 or 47.57% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #350131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350131 is #CAFECE. Grayscale: #151515. Windows color (decimal): -13303503 or 3211573. OLE color: 3211573.

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

Color convert

RGB53149-
CMYK00.980.080.79
HSL304.62º96.3%10.59%-
HSV(B)304.62º98.11%20.78%-
XYZ2.0312.99-
YUV22.02143.23150.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.46%
GREEN value IS 1 (0.78% from 255) = 0.97%
BLUE value IS 49 (19.53% from 255) = 47.57%
R=51.46%
G=0.97%
B=47.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5314900.980.080.79304.6296.310.59
Hex3513106284F13160b
Octal6516101421011746114013
Binary1101011110001011000101000100111110011000111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350131; }

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

 H1.HeaderClassName
 {
   color: #350131;
 }
 .AnyTagClassName
 {
   color: #350131;
 }
</style>
background-color css

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

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

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

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

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

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