#33052E

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

Shades of Mardi Gras #33052E

Tints of Mardi Gras #33052E

Color information

#33052E (or 0x33052E) is unknown color: approx Mardi Gras. HEX triplet: 33, 05 and 2E. RGB value is (51,5,46). Sum of RGB (Red+Green+Blue) = 51+5+46=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #33052E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33052E is #CCFAD1. Grayscale: #171717. Windows color (decimal): -13433554 or 3015987. OLE color: 3015987.

HSL color Cylindrical-coordinate representation of color #33052E: hue angle of 306.52º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33052E is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB51546-
CMYK00.900.100.8
HSL306.52º82.14%10.98%-
HSV(B)306.52º90.2%20%-
XYZ1.911.012.68-
YUV23.43140.74147.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 4.90%
BLUE value IS 46 (18.36% from 255) = 45.10%
R=50%
G=4.90%
B=45.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5154600.900.100.8306.5282.1410.98
Hex3352E05AA5013352b
Octal6355601321212046312213
Binary110011101101110010110101010101000010011001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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