#330334

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

Shades of Mardi Gras #330334

Tints of Mardi Gras #330334

Color information

#330334 (or 0x330334) is unknown color: approx Mardi Gras. HEX triplet: 33, 03 and 34. RGB value is (51,3,52). Sum of RGB (Red+Green+Blue) = 51+3+52=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #330334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330334 is #CCFCCB. Grayscale: #161616. Windows color (decimal): -13434060 or 3408691. OLE color: 3408691.

HSL color Cylindrical-coordinate representation of color #330334: hue angle of 298.78º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330334 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB51352-
CMYK0.020.9400.80
HSL298.78º89.09%10.78%-
HSV(B)298.78º94.23%20.39%-
XYZ2.021.023.34-
YUV22.94144.4148.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.11%
GREEN value IS 3 (1.56% from 255) = 2.83%
BLUE value IS 52 (20.70% from 255) = 49.06%
R=48.11%
G=2.83%
B=49.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal513520.020.9400.80298.7889.0910.78
Hex3333425E05012b59b
Octal633642136012045313113
Binary110011111101001010111100101000010010101110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330334; }

 p { color: rgb(51,3,52); }

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

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

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

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

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

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

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