#350330

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

Shades of Mardi Gras #350330

Tints of Mardi Gras #350330

Color information

#350330 (or 0x350330) is unknown color: approx Mardi Gras. HEX triplet: 35, 03 and 30. RGB value is (53,3,48). Sum of RGB (Red+Green+Blue) = 53+3+48=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #350330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350330 is #CAFCCF. Grayscale: #161616. Windows color (decimal): -13302992 or 3146549. OLE color: 3146549.

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

Color convert

RGB53348-
CMYK00.940.090.79
HSL306º89.29%10.98%-
HSV(B)306º94.34%20.78%-
XYZ2.031.042.89-
YUV23.08142.06149.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.96%
GREEN value IS 3 (1.56% from 255) = 2.88%
BLUE value IS 48 (19.14% from 255) = 46.15%
R=50.96%
G=2.88%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5334800.940.090.7930689.2910.98
Hex3533005E94F13259b
Octal6536001361111746213113
Binary11010111110000010111101001100111110011001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350330; }

 p { color: rgb(53,3,48); }

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

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

 a { background-color: rgb(53,3,48); }

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

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

 span { border-color: rgb(53,3,48); }

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