Html Css Color HEX #321237 Mardi Gras

📋 copy color: '#321237'

red 50 ◦ green 18 ◦ blue 55

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

Shades of Mardi Gras #321237

Tints of Mardi Gras #321237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.63%

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

R = 40.65%
G = 14.63%
B = 44.72%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#321237 (or 0x321237) is known color: Mardi Gras. HEX triplet: 32, 12 and 37. RGB value is (50,18,55). Sum of RGB (Red+Green+Blue) = 50+18+55=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 55 (21.88% from 255 or 44.72% from 123); Max value from RGB is 55 - color contains mainly: blue. Hex color #321237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321237 is #CDEDC8. Grayscale: #1F1F1F. Windows color (decimal): -13495753 or 3609138. OLE color: 3609138.

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

Color convert

RGB 50 18 55 -
CMYK 0.09 0.67 0 0.78
HSL 291.89º 0.51% 0.14% -
HSV(B) 291.89º 0.67% 0.22% -
XYZ 2.22 1.39 3.76 -
YUV 31.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 50 18 55 0.09 0.67 0 0.78 291.89 0.51 0.14
Hex 32 12 37 9 43 0 4E 124 33 E
Octal 62 22 67 11 103 0 116 444 63 16
Binary 110010 10010 110111 1001 1000011 0 1001110 100100100 110011 1110

Color Harmonies of #321237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321237

Black with #321237

Text Example


Text Example

White with #321237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321237; }

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

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

background-color css

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

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

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

border-color css

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

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

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