Html Css Color HEX #311635 Mardi Gras

📋 copy color: '#311635'

red 49 ◦ green 22 ◦ blue 53

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

Shades of Mardi Gras #311635

Tints of Mardi Gras #311635

RGB

 RED value IS 49 (19.53% from 255) = 39.52%

 GREEN value IS 22 (8.98% from 255) = 17.74%

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

R = 39.52%
G = 17.74%
B = 42.74%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#311635 (or 0x311635) is known color: Mardi Gras. HEX triplet: 31, 16 and 35. RGB value is (49,22,53). Sum of RGB (Red+Green+Blue) = 49+22+53=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 53 - color contains mainly: blue. Hex color #311635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311635 is #CEE9CA. Grayscale: #212121. Windows color (decimal): -13560267 or 3479089. OLE color: 3479089.

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

Color convert

RGB 49 22 53 -
CMYK 0.08 0.58 0 0.79
HSL 292.26º 0.41% 0.15% -
HSV(B) 292.26º 0.58% 0.21% -
XYZ 2.2 1.48 3.54 -
YUV 33.61 138.95 138.98 -
System Red Green Blue C M Y K H S L
Decimal 49 22 53 0.08 0.58 0 0.79 292.26 0.41 0.15
Hex 31 16 35 8 3A 0 4F 124 29 F
Octal 61 26 65 10 72 0 117 444 51 17
Binary 110001 10110 110101 1000 111010 0 1001111 100100100 101001 1111

Color Harmonies of #311635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311635

Black with #311635

Text Example


Text Example

White with #311635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311635; }

 p { color: rgb(49,22,53); }

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

background-color css

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

 a { background-color: rgb(49,22,53); }

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

border-color css

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

 span { border-color: rgb(49,22,53); }

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