Html Css Color HEX #321037 Mardi Gras

📋 copy color: '#321037'

red 50 ◦ green 16 ◦ blue 55

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

Shades of Mardi Gras #321037

Tints of Mardi Gras #321037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.22%

 BLUE value IS 55 (21.88% from 255) = 45.45%

R = 41.32%
G = 13.22%
B = 45.45%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#321037 (or 0x321037) is known color: Mardi Gras. HEX triplet: 32, 10 and 37. RGB value is (50,16,55). Sum of RGB (Red+Green+Blue) = 50+16+55=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 55 (21.88% from 255 or 45.45% from 121); Max value from RGB is 55 - color contains mainly: blue. Hex color #321037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321037 is #CDEFC8. Grayscale: #1E1E1E. Windows color (decimal): -13496265 or 3608626. OLE color: 3608626.

HSL color Cylindrical-coordinate representation of color #321037: hue angle of 292.31º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #321037 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 50 16 55 -
CMYK 0.09 0.71 0 0.78
HSL 292.31º 0.55% 0.14% -
HSV(B) 292.31º 0.71% 0.22% -
XYZ 2.19 1.32 3.75 -
YUV 30.61 141.76 141.83 -
System Red Green Blue C M Y K H S L
Decimal 50 16 55 0.09 0.71 0 0.78 292.31 0.55 0.14
Hex 32 10 37 9 47 0 4E 124 37 E
Octal 62 20 67 11 107 0 116 444 67 16
Binary 110010 10000 110111 1001 1000111 0 1001110 100100100 110111 1110

Color Harmonies of #321037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321037

Black with #321037

Text Example


Text Example

White with #321037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321037; }

 p { color: rgb(50,16,55); }

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

background-color css

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

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

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

border-color css

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

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

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