#350933

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

Shades of Mardi Gras #350933

Tints of Mardi Gras #350933

Color information

#350933 (or 0x350933) is unknown color: approx Mardi Gras. HEX triplet: 35, 09 and 33. RGB value is (53,9,51). Sum of RGB (Red+Green+Blue) = 53+9+51=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 51 (20.31% from 255 or 45.13% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #350933 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350933 is #CAF6CC. Grayscale: #1A1A1A. Windows color (decimal): -13301453 or 3344693. OLE color: 3344693.

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

Color convert

RGB53951-
CMYK00.830.040.79
HSL302.73º70.97%12.16%-
HSV(B)302.73º83.02%20.78%-
XYZ2.161.193.25-
YUV26.94141.58146.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.90%
GREEN value IS 9 (3.91% from 255) = 7.96%
BLUE value IS 51 (20.31% from 255) = 45.13%
R=46.90%
G=7.96%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5395100.830.040.79302.7370.9712.16
Hex3593305344F12f47c
Octal6511630123411745710714
Binary110101100111001101010011100100111110010111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350933; }

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

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

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

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

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

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

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

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