Html Css Color HEX #321437 Mardi Gras

📋 copy color: '#321437'

red 50 ◦ green 20 ◦ blue 55

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

Shades of Mardi Gras #321437

Tints of Mardi Gras #321437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16%

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

R = 40%
G = 16%
B = 44%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#321437 (or 0x321437) is known color: Mardi Gras. HEX triplet: 32, 14 and 37. RGB value is (50,20,55). Sum of RGB (Red+Green+Blue) = 50+20+55=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 55 - color contains mainly: blue. Hex color #321437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321437 is #CDEBC8. Grayscale: #202020. Windows color (decimal): -13495241 or 3609650. OLE color: 3609650.

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

Color convert

RGB 50 20 55 -
CMYK 0.09 0.64 0 0.78
HSL 291.43º 0.47% 0.15% -
HSV(B) 291.43º 0.64% 0.22% -
XYZ 2.26 1.45 3.78 -
YUV 32.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 50 20 55 0.09 0.64 0 0.78 291.43 0.47 0.15
Hex 32 14 37 9 40 0 4E 123 2F F
Octal 62 24 67 11 100 0 116 443 57 17
Binary 110010 10100 110111 1001 1000000 0 1001110 100100011 101111 1111

Color Harmonies of #321437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321437

Black with #321437

Text Example


Text Example

White with #321437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321437; }

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

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

background-color css

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

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

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

border-color css

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

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

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