#311234

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

Shades of Mardi Gras #311234

Tints of Mardi Gras #311234

Color information

#311234 (or 0x311234) is unknown color: approx Mardi Gras. HEX triplet: 31, 12 and 34. RGB value is (49,18,52). Sum of RGB (Red+Green+Blue) = 49+18+52=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 52 - color contains mainly: blue. Hex color #311234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311234 is #CEEDCB. Grayscale: #1F1F1F. Windows color (decimal): -13561292 or 3412529. OLE color: 3412529.

HSL color Cylindrical-coordinate representation of color #311234: hue angle of 294.71º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #311234 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB491852-
CMYK0.060.6500.80
HSL294.71º48.57%13.73%-
HSV(B)294.71º65.38%20.39%-
XYZ2.11.333.4-
YUV31.14139.77140.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.18%
GREEN value IS 18 (7.42% from 255) = 15.13%
BLUE value IS 52 (20.70% from 255) = 43.70%
R=41.18%
G=15.13%
B=43.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4918520.060.6500.80294.7148.5713.73
Hex31123464105012731e
Octal612264610101204476116
Binary110001100101101001101000001010100001001001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311234; }

 p { color: rgb(49,18,52); }

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

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

 a { background-color: rgb(49,18,52); }

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

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

 span { border-color: rgb(49,18,52); }

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