#351130

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

Shades of Mardi Gras #351130

Tints of Mardi Gras #351130

Color information

#351130 (or 0x351130) is unknown color: approx Mardi Gras. HEX triplet: 35, 11 and 30. RGB value is (53,17,48). Sum of RGB (Red+Green+Blue) = 53+17+48=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 53 - color contains mainly: red. Hex color #351130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351130 is #CAEECF. Grayscale: #1F1F1F. Windows color (decimal): -13299408 or 3150133. OLE color: 3150133.

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

Color convert

RGB531748-
CMYK00.680.090.79
HSL308.33º51.43%13.73%-
HSV(B)308.33º67.92%20.78%-
XYZ2.21.372.94-
YUV31.3137.43143.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.92%
GREEN value IS 17 (7.03% from 255) = 14.41%
BLUE value IS 48 (19.14% from 255) = 40.68%
R=44.92%
G=14.41%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53174800.680.090.79308.3351.4313.73
Hex35113004494F13433e
Octal6521600104111174646316
Binary1101011000111000001000100100110011111001101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351130; }

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

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

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

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

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

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

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

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