#33042F

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

Shades of Mardi Gras #33042F

Tints of Mardi Gras #33042F

Color information

#33042F (or 0x33042F) is unknown color: approx Mardi Gras. HEX triplet: 33, 04 and 2F. RGB value is (51,4,47). Sum of RGB (Red+Green+Blue) = 51+4+47=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #33042F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33042F is #CCFBD0. Grayscale: #161616. Windows color (decimal): -13433809 or 3081267. OLE color: 3081267.

HSL color Cylindrical-coordinate representation of color #33042F: hue angle of 305.11º 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 #33042F is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.8.

Color convert

RGB51447-
CMYK00.920.080.8
HSL305.11º85.45%10.78%-
HSV(B)305.11º92.16%20%-
XYZ1.9212.78-
YUV22.96141.57148-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 3.92%
BLUE value IS 47 (18.75% from 255) = 46.08%
R=50%
G=3.92%
B=46.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5144700.920.080.8305.1185.4510.78
Hex3342F05C85013155b
Octal6345701341012046112513
Binary110011100101111010111001000101000010011000110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33042F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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