#33002D

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

Shades of Mardi Gras #33002D

Tints of Mardi Gras #33002D

Color information

#33002D (or 0x33002D) is unknown color: approx Mardi Gras. HEX triplet: 33, 00 and 2D. RGB value is (51,0,45). Sum of RGB (Red+Green+Blue) = 51+0+45=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #33002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33002D is #CCFFD2. Grayscale: #141414. Windows color (decimal): -13434835 or 2949171. OLE color: 2949171.

HSL color Cylindrical-coordinate representation of color #33002D: hue angle of 307.06º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #33002D is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.8.

Color convert

RGB51045-
CMYK010.120.8
HSL307.06º100%10%-
HSV(B)307.06º100%20%-
XYZ1.840.892.56-
YUV20.38141.9149.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 53.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 46.88%
R=53.12%
G=0%
B=46.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51045010.120.8307.0610010
Hex3302D064C5013364a
Octal6305501441412046314412
Binary1100110101101011001001100101000010011001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33002D; }

 p { color: rgb(51,0,45); }

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

<style>
 a { background-color: #33002D; }

 a { background-color: rgb(51,0,45); }

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

<style>
 span { border-color: #33002D; }

 span { border-color: rgb(51,0,45); }

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