Html Css Color HEX #311034 Mardi Gras

📋 copy color: '#311034'

red 49 ◦ green 16 ◦ blue 52

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

Shades of Mardi Gras #311034

Tints of Mardi Gras #311034

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.68%

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

R = 41.88%
G = 13.68%
B = 44.44%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#311034 (or 0x311034) is known color: Mardi Gras. HEX triplet: 31, 10 and 34. RGB value is (49,16,52). Sum of RGB (Red+Green+Blue) = 49+16+52=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 52 (20.70% from 255 or 44.44% from 117); Max value from RGB is 52 - color contains mainly: blue. Hex color #311034 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311034 is #CEEFCB. Grayscale: #1D1D1D. Windows color (decimal): -13561804 or 3412017. OLE color: 3412017.

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

Color convert

RGB 49 16 52 -
CMYK 0.06 0.69 0 0.80
HSL 295º 0.53% 0.13% -
HSV(B) 295º 0.69% 0.2% -
XYZ 2.07 1.27 3.39 -
YUV 29.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 49 16 52 0.06 0.69 0 0.80 295 0.53 0.13
Hex 31 10 34 6 45 0 50 127 35 D
Octal 61 20 64 6 105 0 120 447 65 15
Binary 110001 10000 110100 110 1000101 0 1010000 100100111 110101 1101

Color Harmonies of #311034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311034

Black with #311034

Text Example


Text Example

White with #311034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311034; }

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

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

background-color css

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

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

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

border-color css

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

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

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