#350231

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

Shades of Mardi Gras #350231

Tints of Mardi Gras #350231

Color information

#350231 (or 0x350231) is unknown color: approx Mardi Gras. HEX triplet: 35, 02 and 31. RGB value is (53,2,49). Sum of RGB (Red+Green+Blue) = 53+2+49=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 49 (19.53% from 255 or 47.12% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #350231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350231 is #CAFDCE. Grayscale: #161616. Windows color (decimal): -13303247 or 3211829. OLE color: 3211829.

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

Color convert

RGB53249-
CMYK00.960.080.79
HSL304.71º92.73%10.78%-
HSV(B)304.71º96.23%20.78%-
XYZ2.041.023-
YUV22.61142.9149.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.96%
GREEN value IS 2 (1.17% from 255) = 1.92%
BLUE value IS 49 (19.53% from 255) = 47.12%
R=50.96%
G=1.92%
B=47.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.08
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5324900.960.080.79304.7192.7310.78
Hex3523106084F1315db
Octal6526101401011746113513
Binary11010110110001011000001000100111110011000110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350231; }

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

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

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

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

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

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

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

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