Html Css Color HEX #321B31 Mardi Gras

📋 copy color: '#321B31'

red 50 ◦ green 27 ◦ blue 49

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

Shades of Mardi Gras #321B31

Tints of Mardi Gras #321B31

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.43%

 BLUE value IS 49 (19.53% from 255) = 38.89%

R = 39.68%
G = 21.43%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

#321B31 (or 0x321B31) is known color: Mardi Gras. HEX triplet: 32, 1B and 31. RGB value is (50,27,49). Sum of RGB (Red+Green+Blue) = 50+27+49=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 49 (19.53% from 255 or 38.89% from 126); Max value from RGB is 50 - color contains mainly: red. Hex color #321B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B31 is #CDE4CE. Grayscale: #242424. Windows color (decimal): -13493455 or 3218226. OLE color: 3218226.

HSL color Cylindrical-coordinate representation of color #321B31: hue angle of 302.61º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #321B31 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 27 49 -
CMYK 0 0.46 0.02 0.80
HSL 302.61º 0.3% 0.15% -
HSV(B) 302.61º 0.46% 0.2% -
XYZ 2.26 1.68 3.11 -
YUV 36.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 50 27 49 0 0.46 0.02 0.80 302.61 0.3 0.15
Hex 32 1B 31 0 2E 2 50 12F 1E F
Octal 62 33 61 0 56 2 120 457 36 17
Binary 110010 11011 110001 0 101110 10 1010000 100101111 11110 1111

Color Harmonies of #321B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321B31

Black with #321B31

Text Example


Text Example

White with #321B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,27,49); }

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

background-color css

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

 a { background-color: rgb(50,27,49); }

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

border-color css

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

 span { border-color: rgb(50,27,49); }

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