Html Css Color HEX #321134 Mardi Gras

📋 copy color: '#321134'

red 50 ◦ green 17 ◦ blue 52

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

Shades of Mardi Gras #321134

Tints of Mardi Gras #321134

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.29%

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

R = 42.02%
G = 14.29%
B = 43.7%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#321134 (or 0x321134) is known color: Mardi Gras. HEX triplet: 32, 11 and 34. RGB value is (50,17,52). Sum of RGB (Red+Green+Blue) = 50+17+52=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 52 - color contains mainly: blue. Hex color #321134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321134 is #CDEECB. Grayscale: #1E1E1E. Windows color (decimal): -13496012 or 3412274. OLE color: 3412274.

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

Color convert

RGB 50 17 52 -
CMYK 0.04 0.67 0 0.80
HSL 296.57º 0.51% 0.14% -
HSV(B) 296.57º 0.67% 0.2% -
XYZ 2.14 1.33 3.39 -
YUV 30.86 139.93 141.65 -
System Red Green Blue C M Y K H S L
Decimal 50 17 52 0.04 0.67 0 0.80 296.57 0.51 0.14
Hex 32 11 34 4 43 0 50 129 33 E
Octal 62 21 64 4 103 0 120 451 63 16
Binary 110010 10001 110100 100 1000011 0 1010000 100101001 110011 1110

Color Harmonies of #321134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321134

Black with #321134

Text Example


Text Example

White with #321134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321134; }

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

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

background-color css

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

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

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

border-color css

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

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

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