#331037

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

Shades of Mardi Gras #331037

Tints of Mardi Gras #331037

Color information

#331037 (or 0x331037) is unknown color: approx Mardi Gras. HEX triplet: 33, 10 and 37. RGB value is (51,16,55). Sum of RGB (Red+Green+Blue) = 51+16+55=122 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.80% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 55 (21.88% from 255 or 45.08% from 122); Max value from RGB is 55 - color contains mainly: blue. Hex color #331037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331037 is #CCEFC8. Grayscale: #1E1E1E. Windows color (decimal): -13430729 or 3608627. OLE color: 3608627.

HSL color Cylindrical-coordinate representation of color #331037: hue angle of 293.85º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #331037 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB511655-
CMYK0.070.7100.78
HSL293.85º54.93%13.92%-
HSV(B)293.85º70.91%21.57%-
XYZ2.241.353.76-
YUV30.91141.6142.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.80%
GREEN value IS 16 (6.64% from 255) = 13.11%
BLUE value IS 55 (21.88% from 255) = 45.08%
R=41.80%
G=13.11%
B=45.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5116550.070.7100.78293.8554.9313.92
Hex33103774704E12637e
Octal632067710701164466716
Binary110011100001101111111000111010011101001001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331037; }

 p { color: rgb(51,16,55); }

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

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

 a { background-color: rgb(51,16,55); }

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

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

 span { border-color: rgb(51,16,55); }

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