#33042B

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

Shades of Mardi Gras #33042B

Tints of Mardi Gras #33042B

Color information

#33042B (or 0x33042B) is unknown color: approx Mardi Gras. HEX triplet: 33, 04 and 2B. RGB value is (51,4,43). Sum of RGB (Red+Green+Blue) = 51+4+43=98 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.04% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 43 (17.19% from 255 or 43.88% from 98); Max value from RGB is 51 - color contains mainly: red. Hex color #33042B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33042B is #CCFBD4. Grayscale: #161616. Windows color (decimal): -13433813 or 2819123. OLE color: 2819123.

HSL color Cylindrical-coordinate representation of color #33042B: hue angle of 310.21º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #33042B is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.8.

Color convert

RGB51443-
CMYK00.920.160.8
HSL310.21º85.45%10.78%-
HSV(B)310.21º92.16%20%-
XYZ1.840.972.37-
YUV22.5139.57148.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 52.04%
GREEN value IS 4 (1.95% from 255) = 4.08%
BLUE value IS 43 (17.19% from 255) = 43.88%
R=52.04%
G=4.08%
B=43.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.16
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5144300.920.160.8310.2185.4510.78
Hex3342B05C105013655b
Octal6345301342012046612513
Binary1100111001010110101110010000101000010011011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33042B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33042B; }

 p { color: rgb(51,4,43); }

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

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

 a { background-color: rgb(51,4,43); }

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

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

 span { border-color: rgb(51,4,43); }

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