#330237

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

Shades of Mardi Gras #330237

Tints of Mardi Gras #330237

Color information

#330237 (or 0x330237) is unknown color: approx Mardi Gras. HEX triplet: 33, 02 and 37. RGB value is (51,2,55). Sum of RGB (Red+Green+Blue) = 51+2+55=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 55 (21.88% from 255 or 50.93% from 108); Max value from RGB is 55 - color contains mainly: blue. Hex color #330237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330237 is #CCFDC8. Grayscale: #161616. Windows color (decimal): -13434313 or 3605043. OLE color: 3605043.

HSL color Cylindrical-coordinate representation of color #330237: hue angle of 295.47º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330237 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB51255-
CMYK0.070.9600.78
HSL295.47º92.98%11.18%-
HSV(B)295.47º96.36%21.57%-
XYZ2.081.023.7-
YUV22.69146.23148.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.22%
GREEN value IS 2 (1.17% from 255) = 1.85%
BLUE value IS 55 (21.88% from 255) = 50.93%
R=47.22%
G=1.85%
B=50.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal512550.070.9600.78295.4792.9811.18
Hex3323776004E1275db
Octal632677140011644713513
Binary1100111011011111111000000100111010010011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330237; }

 p { color: rgb(51,2,55); }

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

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

 a { background-color: rgb(51,2,55); }

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

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

 span { border-color: rgb(51,2,55); }

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