#331236

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

Shades of Mardi Gras #331236

Tints of Mardi Gras #331236

Color information

#331236 (or 0x331236) is unknown color: approx Mardi Gras. HEX triplet: 33, 12 and 36. RGB value is (51,18,54). Sum of RGB (Red+Green+Blue) = 51+18+54=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 54 - color contains mainly: blue. Hex color #331236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331236 is #CCEDC9. Grayscale: #1F1F1F. Windows color (decimal): -13430218 or 3543603. OLE color: 3543603.

HSL color Cylindrical-coordinate representation of color #331236: hue angle of 295º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331236 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB511854-
CMYK0.060.6700.79
HSL295º50%14.12%-
HSV(B)295º66.67%21.18%-
XYZ2.251.43.64-
YUV31.97140.43141.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.46%
GREEN value IS 18 (7.42% from 255) = 14.63%
BLUE value IS 54 (21.48% from 255) = 43.90%
R=41.46%
G=14.63%
B=43.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5118540.060.6700.792955014.12
Hex33123664304F12732e
Octal632266610301174476216
Binary110011100101101101101000011010011111001001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331236; }

 p { color: rgb(51,18,54); }

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

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

 a { background-color: rgb(51,18,54); }

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

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

 span { border-color: rgb(51,18,54); }

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