Html Css Color HEX #321336 Mardi Gras

📋 copy color: '#321336'

red 50 ◦ green 19 ◦ blue 54

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

Shades of Mardi Gras #321336

Tints of Mardi Gras #321336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 43.9%

R = 40.65%
G = 15.45%
B = 43.9%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#321336 (or 0x321336) is known color: Mardi Gras. HEX triplet: 32, 13 and 36. RGB value is (50,19,54). Sum of RGB (Red+Green+Blue) = 50+19+54=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 54 - color contains mainly: blue. Hex color #321336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321336 is #CDECC9. Grayscale: #202020. Windows color (decimal): -13495498 or 3543858. OLE color: 3543858.

HSL color Cylindrical-coordinate representation of color #321336: hue angle of 293.14º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #321336 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 50 19 54 -
CMYK 0.07 0.65 0 0.79
HSL 293.14º 0.48% 0.14% -
HSV(B) 293.14º 0.65% 0.21% -
XYZ 2.21 1.41 3.65 -
YUV 32.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 50 19 54 0.07 0.65 0 0.79 293.14 0.48 0.14
Hex 32 13 36 7 41 0 4F 125 30 E
Octal 62 23 66 7 101 0 117 445 60 16
Binary 110010 10011 110110 111 1000001 0 1001111 100100101 110000 1110

Color Harmonies of #321336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321336

Black with #321336

Text Example


Text Example

White with #321336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321336; }

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

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

background-color css

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

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

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

border-color css

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

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

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