Html Css Color HEX #321235 Mardi Gras

📋 copy color: '#321235'

red 50 ◦ green 18 ◦ blue 53

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

Shades of Mardi Gras #321235

Tints of Mardi Gras #321235

RGB

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

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

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

R = 41.32%
G = 14.88%
B = 43.8%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#321235 (or 0x321235) is known color: Mardi Gras. HEX triplet: 32, 12 and 35. RGB value is (50,18,53). Sum of RGB (Red+Green+Blue) = 50+18+53=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 53 (21.09% from 255 or 43.80% from 121); Max value from RGB is 53 - color contains mainly: blue. Hex color #321235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321235 is #CDEDCA. Grayscale: #1F1F1F. Windows color (decimal): -13495755 or 3478066. OLE color: 3478066.

HSL color Cylindrical-coordinate representation of color #321235: hue angle of 294.86º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321235 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 50 18 53 -
CMYK 0.06 0.66 0 0.79
HSL 294.86º 0.49% 0.14% -
HSV(B) 294.86º 0.66% 0.21% -
XYZ 2.17 1.37 3.52 -
YUV 31.56 140.1 141.15 -
System Red Green Blue C M Y K H S L
Decimal 50 18 53 0.06 0.66 0 0.79 294.86 0.49 0.14
Hex 32 12 35 6 42 0 4F 127 31 E
Octal 62 22 65 6 102 0 117 447 61 16
Binary 110010 10010 110101 110 1000010 0 1001111 100100111 110001 1110

Color Harmonies of #321235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321235

Black with #321235

Text Example


Text Example

White with #321235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321235; }

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

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

background-color css

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

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

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

border-color css

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

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

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