#332834

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

Shades of Mardi Gras #332834

Tints of Mardi Gras #332834

Color information

#332834 (or 0x332834) is unknown color: approx Mardi Gras. HEX triplet: 33, 28 and 34. RGB value is (51,40,52). Sum of RGB (Red+Green+Blue) = 51+40+52=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 52 - color contains mainly: blue. Hex color #332834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332834 is #CCD7CB. Grayscale: #2C2C2C. Windows color (decimal): -13424588 or 3418163. OLE color: 3418163.

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

Color convert

RGB514052-
CMYK0.020.2300.80
HSL295º13.04%18.04%-
HSV(B)295º23.08%20.39%-
XYZ2.742.473.58-
YUV44.66132.14132.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.66%
GREEN value IS 40 (16.02% from 255) = 27.97%
BLUE value IS 52 (20.70% from 255) = 36.36%
R=35.66%
G=27.97%
B=36.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5140520.020.2300.8029513.0418.04
Hex332834217050127d12
Octal63506422701204471522
Binary110011101000110100101011101010000100100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332834; }

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

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

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

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

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

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

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

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