#350133

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

Shades of Mardi Gras #350133

Tints of Mardi Gras #350133

Color information

#350133 (or 0x350133) is unknown color: approx Mardi Gras. HEX triplet: 35, 01 and 33. RGB value is (53,1,51). Sum of RGB (Red+Green+Blue) = 53+1+51=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 51 (20.31% from 255 or 48.57% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #350133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350133 is #CAFECC. Grayscale: #161616. Windows color (decimal): -13303501 or 3342645. OLE color: 3342645.

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

Color convert

RGB53151-
CMYK00.980.040.79
HSL302.31º96.3%10.59%-
HSV(B)302.31º98.11%20.78%-
XYZ2.081.023.22-
YUV22.25144.23149.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.48%
GREEN value IS 1 (0.78% from 255) = 0.95%
BLUE value IS 51 (20.31% from 255) = 48.57%
R=50.48%
G=0.95%
B=48.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5315100.980.040.79302.3196.310.59
Hex3513306244F12e60b
Octal651630142411745614013
Binary110101111001101100010100100111110010111011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350133; }

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

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

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

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

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

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

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

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