#330031

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

Shades of Mardi Gras #330031

Tints of Mardi Gras #330031

Color information

#330031 (or 0x330031) is unknown color: approx Mardi Gras. HEX triplet: 33, 00 and 31. RGB value is (51,0,49). Sum of RGB (Red+Green+Blue) = 51+0+49=100 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 49 (19.53% from 255 or 49% from 100); Max value from RGB is 51 - color contains mainly: red. Hex color #330031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330031 is #CCFFCE. Grayscale: #141414. Windows color (decimal): -13434831 or 3211315. OLE color: 3211315.

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

Color convert

RGB51049-
CMYK010.040.8
HSL302.35º100%10%-
HSV(B)302.35º100%20%-
XYZ1.920.932.98-
YUV20.84143.9149.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 49 (19.53% from 255) = 49%
R=51%
G=0%
B=49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51049010.040.8302.3510010
Hex3303106445012e64a
Octal630610144412045614412
Binary110011011000101100100100101000010010111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330031; }

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

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

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

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

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

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

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

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