#350832

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

Shades of Mardi Gras #350832

Tints of Mardi Gras #350832

Color information

#350832 (or 0x350832) is unknown color: approx Mardi Gras. HEX triplet: 35, 08 and 32. RGB value is (53,8,50). Sum of RGB (Red+Green+Blue) = 53+8+50=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 50 (19.92% from 255 or 45.05% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #350832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350832 is #CAF7CD. Grayscale: #1A1A1A. Windows color (decimal): -13301710 or 3278901. OLE color: 3278901.

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

Color convert

RGB53850-
CMYK00.850.060.79
HSL304º73.77%11.96%-
HSV(B)304º84.91%20.78%-
XYZ2.131.163.13-
YUV26.24141.41147.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.75%
GREEN value IS 8 (3.52% from 255) = 7.21%
BLUE value IS 50 (19.92% from 255) = 45.05%
R=47.75%
G=7.21%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5385000.850.060.7930473.7711.96
Hex3583205564F1304ac
Octal6510620125611746011214
Binary110101100011001001010101110100111110011000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350832; }

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

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

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

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

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

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

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

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