Html Css Color HEX #321A37 Mardi Gras

📋 copy color: '#321A37'

red 50 ◦ green 26 ◦ blue 55

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

Shades of Mardi Gras #321A37

Tints of Mardi Gras #321A37

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.85%

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

R = 38.17%
G = 19.85%
B = 41.98%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#321A37 (or 0x321A37) is known color: Mardi Gras. HEX triplet: 32, 1A and 37. RGB value is (50,26,55). Sum of RGB (Red+Green+Blue) = 50+26+55=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 55 (21.88% from 255 or 41.98% from 131); Max value from RGB is 55 - color contains mainly: blue. Hex color #321A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321A37 is #CDE5C8. Grayscale: #242424. Windows color (decimal): -13493705 or 3611186. OLE color: 3611186.

HSL color Cylindrical-coordinate representation of color #321A37: hue angle of 289.66º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #321A37 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 50 26 55 -
CMYK 0.09 0.53 0 0.78
HSL 289.66º 0.36% 0.16% -
HSV(B) 289.66º 0.53% 0.22% -
XYZ 2.37 1.69 3.82 -
YUV 36.48 138.45 137.64 -
System Red Green Blue C M Y K H S L
Decimal 50 26 55 0.09 0.53 0 0.78 289.66 0.36 0.16
Hex 32 1A 37 9 35 0 4E 122 24 10
Octal 62 32 67 11 65 0 116 442 44 20
Binary 110010 11010 110111 1001 110101 0 1001110 100100010 100100 10000

Color Harmonies of #321A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321A37

Black with #321A37

Text Example


Text Example

White with #321A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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