#330137

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

Shades of Mardi Gras #330137

Tints of Mardi Gras #330137

Color information

#330137 (or 0x330137) is unknown color: approx Mardi Gras. HEX triplet: 33, 01 and 37. RGB value is (51,1,55). Sum of RGB (Red+Green+Blue) = 51+1+55=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 55 (21.88% from 255 or 51.40% from 107); Max value from RGB is 55 - color contains mainly: blue. Hex color #330137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330137 is #CCFEC8. Grayscale: #151515. Windows color (decimal): -13434569 or 3604787. OLE color: 3604787.

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

Color convert

RGB51155-
CMYK0.070.9800.78
HSL295.56º96.43%10.98%-
HSV(B)295.56º98.18%21.57%-
XYZ2.0713.7-
YUV22.11146.56148.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.66%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 55 (21.88% from 255) = 51.40%
R=47.66%
G=0.93%
B=51.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal511550.070.9800.78295.5696.4310.98
Hex3313776204E12860b
Octal631677142011645014013
Binary110011111011111111000100100111010010100011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330137; }

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

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

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

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

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

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

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

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