#331130

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

Shades of Mardi Gras #331130

Tints of Mardi Gras #331130

Color information

#331130 (or 0x331130) is unknown color: approx Mardi Gras. HEX triplet: 33, 11 and 30. RGB value is (51,17,48). Sum of RGB (Red+Green+Blue) = 51+17+48=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 51 - color contains mainly: red. Hex color #331130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331130 is #CCEECF. Grayscale: #1E1E1E. Windows color (decimal): -13430480 or 3150131. OLE color: 3150131.

HSL color Cylindrical-coordinate representation of color #331130: hue angle of 305.29º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331130 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.8.

Color convert

RGB511748-
CMYK00.670.060.8
HSL305.29º50%13.33%-
HSV(B)305.29º66.67%20%-
XYZ2.11.322.94-
YUV30.7137.76142.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.97%
GREEN value IS 17 (7.03% from 255) = 14.66%
BLUE value IS 48 (19.14% from 255) = 41.38%
R=43.97%
G=14.66%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51174800.670.060.8305.295013.33
Hex33113004365013132d
Octal632160010361204616215
Binary110011100011100000100001111010100001001100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331130; }

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

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

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

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

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

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

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

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