#330538

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

Shades of Mardi Gras #330538

Tints of Mardi Gras #330538

Color information

#330538 (or 0x330538) is unknown color: approx Mardi Gras. HEX triplet: 33, 05 and 38. RGB value is (51,5,56). Sum of RGB (Red+Green+Blue) = 51+5+56=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 56 (22.27% from 255 or 50% from 112); Max value from RGB is 56 - color contains mainly: blue. Hex color #330538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330538 is #CCFAC7. Grayscale: #181818. Windows color (decimal): -13433544 or 3671347. OLE color: 3671347.

HSL color Cylindrical-coordinate representation of color #330538: hue angle of 294.12º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #330538 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB51556-
CMYK0.090.9100.78
HSL294.12º83.61%11.96%-
HSV(B)294.12º91.07%21.96%-
XYZ2.131.13.84-
YUV24.57145.74146.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.54%
GREEN value IS 5 (2.34% from 255) = 4.46%
BLUE value IS 56 (22.27% from 255) = 50%
R=45.54%
G=4.46%
B=50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal515560.090.9100.78294.1283.6111.96
Hex3353895B04E12654c
Octal6357011133011644612414
Binary110011101111000100110110110100111010010011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330538; }

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

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

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

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

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

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

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

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