#331134

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

Shades of Mardi Gras #331134

Tints of Mardi Gras #331134

Color information

#331134 (or 0x331134) is unknown color: approx Mardi Gras. HEX triplet: 33, 11 and 34. RGB value is (51,17,52). Sum of RGB (Red+Green+Blue) = 51+17+52=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 52 (20.70% from 255 or 43.33% from 120); Max value from RGB is 52 - color contains mainly: blue. Hex color #331134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331134 is #CCEECB. Grayscale: #1F1F1F. Windows color (decimal): -13430476 or 3412275. OLE color: 3412275.

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

Color convert

RGB511752-
CMYK0.020.6700.80
HSL298.29º50.72%13.53%-
HSV(B)298.29º67.31%20.39%-
XYZ2.191.353.39-
YUV31.16139.76142.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.5%
GREEN value IS 17 (7.03% from 255) = 14.17%
BLUE value IS 52 (20.70% from 255) = 43.33%
R=42.5%
G=14.17%
B=43.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5117520.020.6700.80298.2950.7213.53
Hex33113424305012a33e
Octal632164210301204526316
Binary11001110001110100101000011010100001001010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331134; }

 p { color: rgb(51,17,52); }

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

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

 a { background-color: rgb(51,17,52); }

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

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

 span { border-color: rgb(51,17,52); }

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