#331A38

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

Shades of Mardi Gras #331A38

Tints of Mardi Gras #331A38

Color information

#331A38 (or 0x331A38) is unknown color: approx Mardi Gras. HEX triplet: 33, 1A and 38. RGB value is (51,26,56). Sum of RGB (Red+Green+Blue) = 51+26+56=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 56 - color contains mainly: blue. Hex color #331A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331A38 is #CCE5C7. Grayscale: #242424. Windows color (decimal): -13428168 or 3676723. OLE color: 3676723.

HSL color Cylindrical-coordinate representation of color #331A38: hue angle of 290º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #331A38 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB512656-
CMYK0.090.5400.78
HSL290º36.59%16.08%-
HSV(B)290º53.57%21.96%-
XYZ2.451.733.95-
YUV36.89138.78138.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.35%
GREEN value IS 26 (10.55% from 255) = 19.55%
BLUE value IS 56 (22.27% from 255) = 42.11%
R=38.35%
G=19.55%
B=42.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5126560.090.5400.7829036.5916.08
Hex331A3893604E1222510
Octal633270116601164424520
Binary1100111101011100010011101100100111010010001010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331A38; }

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

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

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

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

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

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

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

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