#330433

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

Shades of Mardi Gras #330433

Tints of Mardi Gras #330433

Color information

#330433 (or 0x330433) is unknown color: approx Mardi Gras. HEX triplet: 33, 04 and 33. RGB value is (51,4,51). Sum of RGB (Red+Green+Blue) = 51+4+51=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 51 (20.31% from 255 or 48.11% from 106); Max value from RGB is 51 - color contains mainly: red, blue. Hex color #330433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330433 is #CCFBCC. Grayscale: #171717. Windows color (decimal): -13433805 or 3343411. OLE color: 3343411.

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

Color convert

RGB51451-
CMYK00.9200.8
HSL300º85.45%10.78%-
HSV(B)300º92.16%20%-
XYZ2.011.033.22-
YUV23.41143.57147.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.11%
GREEN value IS 4 (1.95% from 255) = 3.77%
BLUE value IS 51 (20.31% from 255) = 48.11%
R=48.11%
G=3.77%
B=48.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5145100.9200.830085.4510.78
Hex3343305C05012c55b
Octal634630134012045412513
Binary110011100110011010111000101000010010110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330433; }

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

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

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

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

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

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

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

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