#330736

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

Shades of Mardi Gras #330736

Tints of Mardi Gras #330736

Color information

#330736 (or 0x330736) is unknown color: approx Mardi Gras. HEX triplet: 33, 07 and 36. RGB value is (51,7,54). Sum of RGB (Red+Green+Blue) = 51+7+54=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 54 (21.48% from 255 or 48.21% from 112); Max value from RGB is 54 - color contains mainly: blue. Hex color #330736 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330736 is #CCF8C9. Grayscale: #191919. Windows color (decimal): -13433034 or 3540787. OLE color: 3540787.

HSL color Cylindrical-coordinate representation of color #330736: hue angle of 296.17º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #330736 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB51754-
CMYK0.060.8700.79
HSL296.17º77.05%11.96%-
HSV(B)296.17º87.04%21.18%-
XYZ2.111.123.6-
YUV25.51144.08146.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.54%
GREEN value IS 7 (3.12% from 255) = 6.25%
BLUE value IS 54 (21.48% from 255) = 48.21%
R=45.54%
G=6.25%
B=48.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal517540.060.8700.79296.1777.0511.96
Hex3373665704F1284dc
Octal637666127011745011514
Binary11001111111011011010101110100111110010100010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330736; }

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

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

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

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

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

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

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

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