#33002C

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

Shades of Mardi Gras #33002C

Tints of Mardi Gras #33002C

Color information

#33002C (or 0x33002C) is unknown color: approx Mardi Gras. HEX triplet: 33, 00 and 2C. RGB value is (51,0,44). Sum of RGB (Red+Green+Blue) = 51+0+44=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #33002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33002C is #CCFFD3. Grayscale: #141414. Windows color (decimal): -13434836 or 2883635. OLE color: 2883635.

HSL color Cylindrical-coordinate representation of color #33002C: hue angle of 308.24º 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 #33002C is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.8.

Color convert

RGB51044-
CMYK010.140.8
HSL308.24º100%10%-
HSV(B)308.24º100%20%-
XYZ1.820.892.46-
YUV20.26141.4149.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 53.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 46.32%
R=53.68%
G=0%
B=46.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51044010.140.8308.2410010
Hex3302C064E5013464a
Octal6305401441612046414412
Binary1100110101100011001001110101000010011010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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