#33072B

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

Shades of Mardi Gras #33072B

Tints of Mardi Gras #33072B

Color information

#33072B (or 0x33072B) is unknown color: approx Mardi Gras. HEX triplet: 33, 07 and 2B. RGB value is (51,7,43). Sum of RGB (Red+Green+Blue) = 51+7+43=101 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50.50% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 43 (17.19% from 255 or 42.57% from 101); Max value from RGB is 51 - color contains mainly: red. Hex color #33072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33072B is #CCF8D4. Grayscale: #181818. Windows color (decimal): -13433045 or 2819891. OLE color: 2819891.

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

Color convert

RGB51743-
CMYK00.860.160.8
HSL310.91º75.86%11.37%-
HSV(B)310.91º86.27%20%-
XYZ1.881.032.39-
YUV24.26138.58147.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 50.50%
GREEN value IS 7 (3.12% from 255) = 6.93%
BLUE value IS 43 (17.19% from 255) = 42.57%
R=50.50%
G=6.93%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.16
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5174300.860.160.8310.9175.8611.37
Hex3372B05610501374cb
Octal6375301262012046711413
Binary1100111111010110101011010000101000010011011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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