#330236

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

Shades of Mardi Gras #330236

Tints of Mardi Gras #330236

Color information

#330236 (or 0x330236) is unknown color: approx Mardi Gras. HEX triplet: 33, 02 and 36. RGB value is (51,2,54). Sum of RGB (Red+Green+Blue) = 51+2+54=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 54 (21.48% from 255 or 50.47% from 107); Max value from RGB is 54 - color contains mainly: blue. Hex color #330236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330236 is #CCFDC9. Grayscale: #161616. Windows color (decimal): -13434314 or 3539507. OLE color: 3539507.

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

Color convert

RGB51254-
CMYK0.060.9600.79
HSL296.54º92.86%10.98%-
HSV(B)296.54º96.3%21.18%-
XYZ2.051.013.58-
YUV22.58145.73148.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.66%
GREEN value IS 2 (1.17% from 255) = 1.87%
BLUE value IS 54 (21.48% from 255) = 50.47%
R=47.66%
G=1.87%
B=50.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal512540.060.9600.79296.5492.8610.98
Hex3323666004F1295db
Octal632666140011745113513
Binary1100111011011011011000000100111110010100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330236; }

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

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

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

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

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

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

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

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