Html Css Color HEX #321836 Mardi Gras

📋 copy color: '#321836'

red 50 ◦ green 24 ◦ blue 54

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

Shades of Mardi Gras #321836

Tints of Mardi Gras #321836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 42.19%

R = 39.06%
G = 18.75%
B = 42.19%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#321836 (or 0x321836) is known color: Mardi Gras. HEX triplet: 32, 18 and 36. RGB value is (50,24,54). Sum of RGB (Red+Green+Blue) = 50+24+54=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 54 - color contains mainly: blue. Hex color #321836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321836 is #CDE7C9. Grayscale: #232323. Windows color (decimal): -13494218 or 3545138. OLE color: 3545138.

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

Color convert

RGB 50 24 54 -
CMYK 0.07 0.56 0 0.79
HSL 292º 0.38% 0.15% -
HSV(B) 292º 0.56% 0.21% -
XYZ 2.31 1.6 3.68 -
YUV 35.19 138.61 138.56 -
System Red Green Blue C M Y K H S L
Decimal 50 24 54 0.07 0.56 0 0.79 292 0.38 0.15
Hex 32 18 36 7 38 0 4F 124 26 F
Octal 62 30 66 7 70 0 117 444 46 17
Binary 110010 11000 110110 111 111000 0 1001111 100100100 100110 1111

Color Harmonies of #321836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321836

Black with #321836

Text Example


Text Example

White with #321836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321836; }

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

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

background-color css

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

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

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

border-color css

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

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

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