Html Css Color HEX #311233 Mardi Gras

📋 copy color: '#311233'

red 49 ◦ green 18 ◦ blue 51

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

Shades of Mardi Gras #311233

Tints of Mardi Gras #311233

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.25%

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

R = 41.53%
G = 15.25%
B = 43.22%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#311233 (or 0x311233) is known color: Mardi Gras. HEX triplet: 31, 12 and 33. RGB value is (49,18,51). Sum of RGB (Red+Green+Blue) = 49+18+51=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 51 - color contains mainly: blue. Hex color #311233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311233 is #CEEDCC. Grayscale: #1E1E1E. Windows color (decimal): -13561293 or 3346993. OLE color: 3346993.

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

Color convert

RGB 49 18 51 -
CMYK 0.04 0.65 0 0.8
HSL 296.36º 0.48% 0.14% -
HSV(B) 296.36º 0.65% 0.2% -
XYZ 2.08 1.32 3.28 -
YUV 31.03 139.27 140.82 -
System Red Green Blue C M Y K H S L
Decimal 49 18 51 0.04 0.65 0 0.8 296.36 0.48 0.14
Hex 31 12 33 4 41 0 50 128 30 E
Octal 61 22 63 4 101 0 120 450 60 16
Binary 110001 10010 110011 100 1000001 0 1010000 100101000 110000 1110

Color Harmonies of #311233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311233

Black with #311233

Text Example


Text Example

White with #311233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311233; }

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

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

background-color css

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

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

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

border-color css

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

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

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