Html Css Color HEX #321734 Mardi Gras

📋 copy color: '#321734'

red 50 ◦ green 23 ◦ blue 52

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

Shades of Mardi Gras #321734

Tints of Mardi Gras #321734

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.4%

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

R = 40%
G = 18.4%
B = 41.6%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#321734 (or 0x321734) is known color: Mardi Gras. HEX triplet: 32, 17 and 34. RGB value is (50,23,52). Sum of RGB (Red+Green+Blue) = 50+23+52=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 52 - color contains mainly: blue. Hex color #321734 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321734 is #CDE8CB. Grayscale: #222222. Windows color (decimal): -13494476 or 3413810. OLE color: 3413810.

HSL color Cylindrical-coordinate representation of color #321734: hue angle of 295.86º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #321734 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 23 52 -
CMYK 0.04 0.56 0 0.80
HSL 295.86º 0.39% 0.15% -
HSV(B) 295.86º 0.56% 0.2% -
XYZ 2.24 1.54 3.43 -
YUV 34.38 137.95 139.14 -
System Red Green Blue C M Y K H S L
Decimal 50 23 52 0.04 0.56 0 0.80 295.86 0.39 0.15
Hex 32 17 34 4 38 0 50 128 27 F
Octal 62 27 64 4 70 0 120 450 47 17
Binary 110010 10111 110100 100 111000 0 1010000 100101000 100111 1111

Color Harmonies of #321734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321734

Black with #321734

Text Example


Text Example

White with #321734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321734; }

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

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

background-color css

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

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

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

border-color css

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

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

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