Html Css Color HEX #321735 Mardi Gras

📋 copy color: '#321735'

red 50 ◦ green 23 ◦ blue 53

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

Shades of Mardi Gras #321735

Tints of Mardi Gras #321735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.25%

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

R = 39.68%
G = 18.25%
B = 42.06%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#321735 (or 0x321735) is known color: Mardi Gras. HEX triplet: 32, 17 and 35. RGB value is (50,23,53). Sum of RGB (Red+Green+Blue) = 50+23+53=126 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.68% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 53 - color contains mainly: blue. Hex color #321735 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321735 is #CDE8CA. Grayscale: #222222. Windows color (decimal): -13494475 or 3479346. OLE color: 3479346.

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

Color convert

RGB 50 23 53 -
CMYK 0.06 0.57 0 0.79
HSL 294º 0.39% 0.15% -
HSV(B) 294º 0.57% 0.21% -
XYZ 2.26 1.55 3.55 -
YUV 34.49 138.45 139.06 -
System Red Green Blue C M Y K H S L
Decimal 50 23 53 0.06 0.57 0 0.79 294 0.39 0.15
Hex 32 17 35 6 39 0 4F 126 27 F
Octal 62 27 65 6 71 0 117 446 47 17
Binary 110010 10111 110101 110 111001 0 1001111 100100110 100111 1111

Color Harmonies of #321735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321735

Black with #321735

Text Example


Text Example

White with #321735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321735; }

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

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

background-color css

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

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

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

border-color css

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

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

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