Html Css Color HEX #31162E Mardi Gras

📋 copy color: '#31162E'

red 49 ◦ green 22 ◦ blue 46

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

Shades of Mardi Gras #31162E

Tints of Mardi Gras #31162E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 39.32%

R = 41.88%
G = 18.8%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#31162E (or 0x31162E) is known color: Mardi Gras. HEX triplet: 31, 16 and 2E. RGB value is (49,22,46). Sum of RGB (Red+Green+Blue) = 49+22+46=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 49 - color contains mainly: red. Hex color #31162E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31162E is #CEE9D1. Grayscale: #202020. Windows color (decimal): -13560274 or 3020337. OLE color: 3020337.

HSL color Cylindrical-coordinate representation of color #31162E: hue angle of 306.67º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31162E is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 22 46 -
CMYK 0 0.55 0.06 0.81
HSL 306.67º 0.38% 0.14% -
HSV(B) 306.67º 0.55% 0.19% -
XYZ 2.05 1.42 2.75 -
YUV 32.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 49 22 46 0 0.55 0.06 0.81 306.67 0.38 0.14
Hex 31 16 2E 0 37 6 51 133 26 E
Octal 61 26 56 0 67 6 121 463 46 16
Binary 110001 10110 101110 0 110111 110 1010001 100110011 100110 1110

Color Harmonies of #31162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31162E

Black with #31162E

Text Example


Text Example

White with #31162E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31162E; }

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

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

background-color css

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

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

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

border-color css

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

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

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