Html Css Color HEX #311833 Mardi Gras

📋 copy color: '#311833'

red 49 ◦ green 24 ◦ blue 51

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

Shades of Mardi Gras #311833

Tints of Mardi Gras #311833

RGB

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

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

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

R = 39.52%
G = 19.35%
B = 41.13%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#311833 (or 0x311833) is known color: Mardi Gras. HEX triplet: 31, 18 and 33. RGB value is (49,24,51). Sum of RGB (Red+Green+Blue) = 49+24+51=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 51 - color contains mainly: blue. Hex color #311833 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311833 is #CEE7CC. Grayscale: #222222. Windows color (decimal): -13559757 or 3348529. OLE color: 3348529.

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

Color convert

RGB 49 24 51 -
CMYK 0.04 0.53 0 0.8
HSL 295.56º 0.36% 0.15% -
HSV(B) 295.56º 0.53% 0.2% -
XYZ 2.19 1.55 3.31 -
YUV 34.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 49 24 51 0.04 0.53 0 0.8 295.56 0.36 0.15
Hex 31 18 33 4 35 0 50 128 24 F
Octal 61 30 63 4 65 0 120 450 44 17
Binary 110001 11000 110011 100 110101 0 1010000 100101000 100100 1111

Color Harmonies of #311833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311833

Black with #311833

Text Example


Text Example

White with #311833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311833; }

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

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

background-color css

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

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

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

border-color css

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

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

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