#332334

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

Shades of Mardi Gras #332334

Tints of Mardi Gras #332334

Color information

#332334 (or 0x332334) is unknown color: approx Mardi Gras. HEX triplet: 33, 23 and 34. RGB value is (51,35,52). Sum of RGB (Red+Green+Blue) = 51+35+52=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 52 - color contains mainly: blue. Hex color #332334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332334 is #CCDCCB. Grayscale: #292929. Windows color (decimal): -13425868 or 3416883. OLE color: 3416883.

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

Color convert

RGB513552-
CMYK0.020.3300.80
HSL296.47º19.54%17.06%-
HSV(B)296.47º32.69%20.39%-
XYZ2.592.153.53-
YUV41.72133.8134.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.96%
GREEN value IS 35 (14.06% from 255) = 25.36%
BLUE value IS 52 (20.70% from 255) = 37.68%
R=36.96%
G=25.36%
B=37.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5135520.020.3300.80296.4719.5417.06
Hex3323342210501281411
Octal63436424101204502421
Binary11001110001111010010100001010100001001010001010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332334; }

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

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

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

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

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

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

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

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