#330A34

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

Shades of Mardi Gras #330A34

Tints of Mardi Gras #330A34

Color information

#330A34 (or 0x330A34) is unknown color: approx Mardi Gras. HEX triplet: 33, 0A and 34. RGB value is (51,10,52). Sum of RGB (Red+Green+Blue) = 51+10+52=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 52 (20.70% from 255 or 46.02% from 113); Max value from RGB is 52 - color contains mainly: blue. Hex color #330A34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330A34 is #CCF5CB. Grayscale: #1A1A1A. Windows color (decimal): -13432268 or 3410483. OLE color: 3410483.

HSL color Cylindrical-coordinate representation of color #330A34: hue angle of 298.57º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #330A34 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB511052-
CMYK0.020.8100.80
HSL298.57º67.74%12.16%-
HSV(B)298.57º80.77%20.39%-
XYZ2.091.173.36-
YUV27.05142.08145.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.13%
GREEN value IS 10 (4.30% from 255) = 8.85%
BLUE value IS 52 (20.70% from 255) = 46.02%
R=45.13%
G=8.85%
B=46.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5110520.020.8100.80298.5767.7412.16
Hex33A3425105012b44c
Octal6312642121012045310414
Binary11001110101101001010100010101000010010101110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330A34; }

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

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

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

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

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

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

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

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