Html Css Color HEX #321E35 Mardi Gras

📋 copy color: '#321E35'

red 50 ◦ green 30 ◦ blue 53

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

Shades of Mardi Gras #321E35

Tints of Mardi Gras #321E35

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.56%

 BLUE value IS 53 (21.09% from 255) = 39.85%

R = 37.59%
G = 22.56%
B = 39.85%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#321E35 (or 0x321E35) is known color: Mardi Gras. HEX triplet: 32, 1E and 35. RGB value is (50,30,53). Sum of RGB (Red+Green+Blue) = 50+30+53=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 53 - color contains mainly: blue. Hex color #321E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321E35 is #CDE1CA. Grayscale: #262626. Windows color (decimal): -13492683 or 3481138. OLE color: 3481138.

HSL color Cylindrical-coordinate representation of color #321E35: hue angle of 292.17º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #321E35 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 50 30 53 -
CMYK 0.06 0.43 0 0.79
HSL 292.17º 0.28% 0.16% -
HSV(B) 292.17º 0.43% 0.21% -
XYZ 2.42 1.86 3.6 -
YUV 38.6 136.13 136.13 -
System Red Green Blue C M Y K H S L
Decimal 50 30 53 0.06 0.43 0 0.79 292.17 0.28 0.16
Hex 32 1E 35 6 2B 0 4F 124 1C 10
Octal 62 36 65 6 53 0 117 444 34 20
Binary 110010 11110 110101 110 101011 0 1001111 100100100 11100 10000

Color Harmonies of #321E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321E35

Black with #321E35

Text Example


Text Example

White with #321E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,30,53); }

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

background-color css

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

 a { background-color: rgb(50,30,53); }

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

border-color css

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

 span { border-color: rgb(50,30,53); }

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