#33132E

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

Shades of Mardi Gras #33132E

Tints of Mardi Gras #33132E

Color information

#33132E (or 0x33132E) is unknown color: approx Mardi Gras. HEX triplet: 33, 13 and 2E. RGB value is (51,19,46). Sum of RGB (Red+Green+Blue) = 51+19+46=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 51 - color contains mainly: red. Hex color #33132E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33132E is #CCECD1. Grayscale: #1F1F1F. Windows color (decimal): -13429970 or 3019571. OLE color: 3019571.

HSL color Cylindrical-coordinate representation of color #33132E: hue angle of 309.38º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33132E is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB511946-
CMYK00.630.100.8
HSL309.38º45.71%13.73%-
HSV(B)309.38º62.75%20%-
XYZ2.091.372.74-
YUV31.65136.1141.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.97%
GREEN value IS 19 (7.81% from 255) = 16.38%
BLUE value IS 46 (18.36% from 255) = 39.66%
R=43.97%
G=16.38%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51194600.630.100.8309.3845.7113.73
Hex33132E03FA501352ee
Octal632356077121204655616
Binary110011100111011100111111101010100001001101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33132E; }

 p { color: rgb(51,19,46); }

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

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

 a { background-color: rgb(51,19,46); }

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

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

 span { border-color: rgb(51,19,46); }

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