Html Css Color HEX #332032 Mardi Gras

📋 copy color: '#332032'

red 51 ◦ green 32 ◦ blue 50

#332032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #332032

Tints of Mardi Gras #332032

RGB

 RED value IS 51 (20.31% from 255) = 38.35%

 GREEN value IS 32 (12.89% from 255) = 24.06%

 BLUE value IS 50 (19.92% from 255) = 37.59%

R = 38.35%
G = 24.06%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.8

RGB Variations

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

Color information

#332032 (or 0x332032) is known color: Mardi Gras. HEX triplet: 33, 20 and 32. RGB value is (51,32,50). Sum of RGB (Red+Green+Blue) = 51+32+50=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 51 - color contains mainly: red. Hex color #332032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332032 is #CCDFCD. Grayscale: #272727. Windows color (decimal): -13426638 or 3285043. OLE color: 3285043.

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

Color convert

RGB 51 32 50 -
CMYK 0 0.37 0.02 0.8
HSL 303.16º 0.23% 0.16% -
HSV(B) 303.16º 0.37% 0.2% -
XYZ 2.46 1.97 3.27 -
YUV 39.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 51 32 50 0 0.37 0.02 0.8 303.16 0.23 0.16
Hex 33 20 32 0 25 2 50 12F 17 10
Octal 63 40 62 0 45 2 120 457 27 20
Binary 110011 100000 110010 0 100101 10 1010000 100101111 10111 10000

Color Harmonies of #332032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332032

Black with #332032

Text Example


Text Example

White with #332032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332032; }

 p { color: rgb(51,32,50); }

 H1.HeaderClassName
 {
   color: #332032;
 }
 .AnyTagClassName
 {
   color: #332032;
 }
</style>

background-color css

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

 a { background-color: rgb(51,32,50); }

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

border-color css

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

 span { border-color: rgb(51,32,50); }

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