Html Css Color HEX #311633 Mardi Gras

📋 copy color: '#311633'

red 49 ◦ green 22 ◦ blue 51

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

Shades of Mardi Gras #311633

Tints of Mardi Gras #311633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 41.8%

R = 40.16%
G = 18.03%
B = 41.8%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#311633 (or 0x311633) is known color: Mardi Gras. HEX triplet: 31, 16 and 33. RGB value is (49,22,51). Sum of RGB (Red+Green+Blue) = 49+22+51=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 51 - color contains mainly: blue. Hex color #311633 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311633 is #CEE9CC. Grayscale: #212121. Windows color (decimal): -13560269 or 3348017. OLE color: 3348017.

HSL color Cylindrical-coordinate representation of color #311633: hue angle of 295.86º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #311633 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 49 22 51 -
CMYK 0.04 0.57 0 0.8
HSL 295.86º 0.4% 0.14% -
HSV(B) 295.86º 0.57% 0.2% -
XYZ 2.15 1.47 3.3 -
YUV 33.38 137.95 139.14 -
System Red Green Blue C M Y K H S L
Decimal 49 22 51 0.04 0.57 0 0.8 295.86 0.4 0.14
Hex 31 16 33 4 39 0 50 128 28 E
Octal 61 26 63 4 71 0 120 450 50 16
Binary 110001 10110 110011 100 111001 0 1010000 100101000 101000 1110

Color Harmonies of #311633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311633

Black with #311633

Text Example


Text Example

White with #311633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311633; }

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

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

background-color css

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

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

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

border-color css

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

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

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