#350130

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

Shades of Mardi Gras #350130

Tints of Mardi Gras #350130

Color information

#350130 (or 0x350130) is unknown color: approx Mardi Gras. HEX triplet: 35, 01 and 30. RGB value is (53,1,48). Sum of RGB (Red+Green+Blue) = 53+1+48=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #350130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350130 is #CAFECF. Grayscale: #151515. Windows color (decimal): -13303504 or 3146037. OLE color: 3146037.

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

Color convert

RGB53148-
CMYK00.980.090.79
HSL305.77º96.3%10.59%-
HSV(B)305.77º98.11%20.78%-
XYZ2.010.992.88-
YUV21.91142.73150.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.96%
GREEN value IS 1 (0.78% from 255) = 0.98%
BLUE value IS 48 (19.14% from 255) = 47.06%
R=51.96%
G=0.98%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5314800.980.090.79305.7796.310.59
Hex3513006294F13260b
Octal6516001421111746214013
Binary1101011110000011000101001100111110011001011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350130; }

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

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

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

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

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

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

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

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