#331838

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

Shades of Mardi Gras #331838

Tints of Mardi Gras #331838

Color information

#331838 (or 0x331838) is unknown color: approx Mardi Gras. HEX triplet: 33, 18 and 38. RGB value is (51,24,56). Sum of RGB (Red+Green+Blue) = 51+24+56=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 56 - color contains mainly: blue. Hex color #331838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331838 is #CCE7C7. Grayscale: #232323. Windows color (decimal): -13428680 or 3676211. OLE color: 3676211.

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

Color convert

RGB512456-
CMYK0.090.5700.78
HSL290.62º40%15.69%-
HSV(B)290.62º57.14%21.96%-
XYZ2.411.643.93-
YUV35.72139.45138.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.93%
GREEN value IS 24 (9.77% from 255) = 18.32%
BLUE value IS 56 (22.27% from 255) = 42.75%
R=38.93%
G=18.32%
B=42.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5124560.090.5700.78290.624015.69
Hex33183893904E1232810
Octal633070117101164435020
Binary1100111100011100010011110010100111010010001110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331838; }

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

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

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

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

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

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

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

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