#350833

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

Shades of Mardi Gras #350833

Tints of Mardi Gras #350833

Color information

#350833 (or 0x350833) is unknown color: approx Mardi Gras. HEX triplet: 35, 08 and 33. RGB value is (53,8,51). Sum of RGB (Red+Green+Blue) = 53+8+51=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 51 (20.31% from 255 or 45.54% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #350833 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350833 is #CAF7CC. Grayscale: #1A1A1A. Windows color (decimal): -13301709 or 3344437. OLE color: 3344437.

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

Color convert

RGB53851-
CMYK00.850.040.79
HSL302.67º73.77%11.96%-
HSV(B)302.67º84.91%20.78%-
XYZ2.151.173.24-
YUV26.36141.91147-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.32%
GREEN value IS 8 (3.52% from 255) = 7.14%
BLUE value IS 51 (20.31% from 255) = 45.54%
R=47.32%
G=7.14%
B=45.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5385100.850.040.79302.6773.7711.96
Hex3583305544F12f4ac
Octal6510630125411745711214
Binary110101100011001101010101100100111110010111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350833; }

 p { color: rgb(53,8,51); }

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

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

 a { background-color: rgb(53,8,51); }

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

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

 span { border-color: rgb(53,8,51); }

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