#330534

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

Shades of Mardi Gras #330534

Tints of Mardi Gras #330534

Color information

#330534 (or 0x330534) is unknown color: approx Mardi Gras. HEX triplet: 33, 05 and 34. RGB value is (51,5,52). Sum of RGB (Red+Green+Blue) = 51+5+52=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 52 (20.70% from 255 or 48.15% from 108); Max value from RGB is 52 - color contains mainly: blue. Hex color #330534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330534 is #CCFACB. Grayscale: #171717. Windows color (decimal): -13433548 or 3409203. OLE color: 3409203.

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

Color convert

RGB51552-
CMYK0.020.9000.80
HSL298.72º82.46%11.18%-
HSV(B)298.72º90.38%20.39%-
XYZ2.041.063.35-
YUV24.11143.74147.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.22%
GREEN value IS 5 (2.34% from 255) = 4.63%
BLUE value IS 52 (20.70% from 255) = 48.15%
R=47.22%
G=4.63%
B=48.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal515520.020.9000.80298.7282.4611.18
Hex3353425A05012b52b
Octal635642132012045312213
Binary1100111011101001010110100101000010010101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330534; }

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

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

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

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

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

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

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

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