Html Css Color HEX #322334 Mardi Gras

📋 copy color: '#322334'

red 50 ◦ green 35 ◦ blue 52

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

Shades of Mardi Gras #322334

Tints of Mardi Gras #322334

RGB

 RED value IS 50 (19.92% from 255) = 36.5%

 GREEN value IS 35 (14.06% from 255) = 25.55%

 BLUE value IS 52 (20.7% from 255) = 37.96%

R = 36.5%
G = 25.55%
B = 37.96%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#322334 (or 0x322334) is known color: Mardi Gras. HEX triplet: 32, 23 and 34. RGB value is (50,35,52). Sum of RGB (Red+Green+Blue) = 50+35+52=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 52 - color contains mainly: blue. Hex color #322334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322334 is #CDDCCB. Grayscale: #292929. Windows color (decimal): -13491404 or 3416882. OLE color: 3416882.

HSL color Cylindrical-coordinate representation of color #322334: hue angle of 292.94º 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 #322334 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 35 52 -
CMYK 0.04 0.33 0 0.80
HSL 292.94º 0.2% 0.17% -
HSV(B) 292.94º 0.33% 0.2% -
XYZ 2.54 2.13 3.53 -
YUV 41.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 50 35 52 0.04 0.33 0 0.80 292.94 0.2 0.17
Hex 32 23 34 4 21 0 50 125 14 11
Octal 62 43 64 4 41 0 120 445 24 21
Binary 110010 100011 110100 100 100001 0 1010000 100100101 10100 10001

Color Harmonies of #322334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322334

Black with #322334

Text Example


Text Example

White with #322334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322334; }

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

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

background-color css

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

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

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

border-color css

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

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

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