#330634

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

Shades of Mardi Gras #330634

Tints of Mardi Gras #330634

Color information

#330634 (or 0x330634) is unknown color: approx Mardi Gras. HEX triplet: 33, 06 and 34. RGB value is (51,6,52). Sum of RGB (Red+Green+Blue) = 51+6+52=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 52 (20.70% from 255 or 47.71% from 109); Max value from RGB is 52 - color contains mainly: blue. Hex color #330634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330634 is #CCF9CB. Grayscale: #181818. Windows color (decimal): -13433292 or 3409459. OLE color: 3409459.

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

Color convert

RGB51652-
CMYK0.020.8800.80
HSL298.7º79.31%11.37%-
HSV(B)298.7º88.46%20.39%-
XYZ2.051.083.35-
YUV24.7143.41146.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 46.79%
GREEN value IS 6 (2.73% from 255) = 5.50%
BLUE value IS 52 (20.70% from 255) = 47.71%
R=46.79%
G=5.50%
B=47.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal516520.020.8800.80298.779.3111.37
Hex3363425805012b4fb
Octal636642130012045311713
Binary1100111101101001010110000101000010010101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330634; }

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

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

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

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

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

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

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

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