Html Css Color HEX #311834 Mardi Gras

📋 copy color: '#311834'

red 49 ◦ green 24 ◦ blue 52

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

Shades of Mardi Gras #311834

Tints of Mardi Gras #311834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 41.6%

R = 39.2%
G = 19.2%
B = 41.6%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#311834 (or 0x311834) is known color: Mardi Gras. HEX triplet: 31, 18 and 34. RGB value is (49,24,52). Sum of RGB (Red+Green+Blue) = 49+24+52=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 52 - color contains mainly: blue. Hex color #311834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311834 is #CEE7CB. Grayscale: #222222. Windows color (decimal): -13559756 or 3414065. OLE color: 3414065.

HSL color Cylindrical-coordinate representation of color #311834: hue angle of 293.57º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #311834 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 24 52 -
CMYK 0.06 0.54 0 0.80
HSL 293.57º 0.37% 0.15% -
HSV(B) 293.57º 0.54% 0.2% -
XYZ 2.21 1.55 3.43 -
YUV 34.67 137.78 138.22 -
System Red Green Blue C M Y K H S L
Decimal 49 24 52 0.06 0.54 0 0.80 293.57 0.37 0.15
Hex 31 18 34 6 36 0 50 126 25 F
Octal 61 30 64 6 66 0 120 446 45 17
Binary 110001 11000 110100 110 110110 0 1010000 100100110 100101 1111

Color Harmonies of #311834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311834

Black with #311834

Text Example


Text Example

White with #311834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311834; }

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

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

background-color css

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

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

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

border-color css

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

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

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