#330638

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

Shades of Mardi Gras #330638

Tints of Mardi Gras #330638

Color information

#330638 (or 0x330638) is unknown color: approx Mardi Gras. HEX triplet: 33, 06 and 38. RGB value is (51,6,56). Sum of RGB (Red+Green+Blue) = 51+6+56=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 56 (22.27% from 255 or 49.56% from 113); Max value from RGB is 56 - color contains mainly: blue. Hex color #330638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330638 is #CCF9C7. Grayscale: #191919. Windows color (decimal): -13433288 or 3671603. OLE color: 3671603.

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

Color convert

RGB51656-
CMYK0.090.8900.78
HSL294º80.65%12.16%-
HSV(B)294º89.29%21.96%-
XYZ2.141.123.84-
YUV25.15145.41146.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.13%
GREEN value IS 6 (2.73% from 255) = 5.31%
BLUE value IS 56 (22.27% from 255) = 49.56%
R=45.13%
G=5.31%
B=49.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal516560.090.8900.7829480.6512.16
Hex3363895904E12651c
Octal6367011131011644612114
Binary110011110111000100110110010100111010010011010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330638; }

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

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

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

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

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

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

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

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