#331038

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

Shades of Mardi Gras #331038

Tints of Mardi Gras #331038

Color information

#331038 (or 0x331038) is unknown color: approx Mardi Gras. HEX triplet: 33, 10 and 38. RGB value is (51,16,56). Sum of RGB (Red+Green+Blue) = 51+16+56=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 56 - color contains mainly: blue. Hex color #331038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331038 is #CCEFC7. Grayscale: #1E1E1E. Windows color (decimal): -13430728 or 3674163. OLE color: 3674163.

HSL color Cylindrical-coordinate representation of color #331038: hue angle of 292.5º degrees, saturation: 0.56, 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 #331038 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB511656-
CMYK0.090.7100.78
HSL292.5º55.56%14.12%-
HSV(B)292.5º71.43%21.96%-
XYZ2.261.363.88-
YUV31.02142.1142.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.46%
GREEN value IS 16 (6.64% from 255) = 13.01%
BLUE value IS 56 (22.27% from 255) = 45.53%
R=41.46%
G=13.01%
B=45.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5116560.090.7100.78292.555.5614.12
Hex33103894704E12438e
Octal6320701110701164447016
Binary1100111000011100010011000111010011101001001001110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331038; }

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

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

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

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

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

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

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

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