Html Css Color HEX #321332 Mardi Gras

📋 copy color: '#321332'

red 50 ◦ green 19 ◦ blue 50

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

Shades of Mardi Gras #321332

Tints of Mardi Gras #321332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.97%

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

R = 42.02%
G = 15.97%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#321332 (or 0x321332) is known color: Mardi Gras. HEX triplet: 32, 13 and 32. RGB value is (50,19,50). Sum of RGB (Red+Green+Blue) = 50+19+50=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 50 (19.92% from 255 or 42.02% from 119); Max value from RGB is 50 - color contains mainly: red, blue. Hex color #321332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321332 is #CDECCD. Grayscale: #1F1F1F. Windows color (decimal): -13495502 or 3281714. OLE color: 3281714.

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

Color convert

RGB 50 19 50 -
CMYK 0 0.62 0 0.80
HSL 300º 0.45% 0.14% -
HSV(B) 300º 0.62% 0.2% -
XYZ 2.12 1.37 3.17 -
YUV 31.8 138.27 140.98 -
System Red Green Blue C M Y K H S L
Decimal 50 19 50 0 0.62 0 0.80 300 0.45 0.14
Hex 32 13 32 0 3E 0 50 12C 2D E
Octal 62 23 62 0 76 0 120 454 55 16
Binary 110010 10011 110010 0 111110 0 1010000 100101100 101101 1110

Color Harmonies of #321332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321332

Black with #321332

Text Example


Text Example

White with #321332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321332; }

 p { color: rgb(50,19,50); }

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

background-color css

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

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

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

border-color css

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

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

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