Html Css Color HEX #321835 Mardi Gras

📋 copy color: '#321835'

red 50 ◦ green 24 ◦ blue 53

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

Shades of Mardi Gras #321835

Tints of Mardi Gras #321835

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.9%

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

R = 39.37%
G = 18.9%
B = 41.73%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#321835 (or 0x321835) is known color: Mardi Gras. HEX triplet: 32, 18 and 35. RGB value is (50,24,53). Sum of RGB (Red+Green+Blue) = 50+24+53=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 53 - color contains mainly: blue. Hex color #321835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321835 is #CDE7CA. Grayscale: #222222. Windows color (decimal): -13494219 or 3479602. OLE color: 3479602.

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

Color convert

RGB 50 24 53 -
CMYK 0.06 0.55 0 0.79
HSL 293.79º 0.38% 0.15% -
HSV(B) 293.79º 0.55% 0.21% -
XYZ 2.28 1.59 3.55 -
YUV 35.08 138.11 138.64 -
System Red Green Blue C M Y K H S L
Decimal 50 24 53 0.06 0.55 0 0.79 293.79 0.38 0.15
Hex 32 18 35 6 37 0 4F 126 26 F
Octal 62 30 65 6 67 0 117 446 46 17
Binary 110010 11000 110101 110 110111 0 1001111 100100110 100110 1111

Color Harmonies of #321835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321835

Black with #321835

Text Example


Text Example

White with #321835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321835; }

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

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

background-color css

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

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

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

border-color css

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

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

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