Html Css Color HEX #310E2F Mardi Gras

📋 copy color: '#310E2F'

red 49 ◦ green 14 ◦ blue 47

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

Shades of Mardi Gras #310E2F

Tints of Mardi Gras #310E2F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.73%

 BLUE value IS 47 (18.75% from 255) = 42.73%

R = 44.55%
G = 12.73%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#310E2F (or 0x310E2F) is known color: Mardi Gras. HEX triplet: 31, 0E and 2F. RGB value is (49,14,47). Sum of RGB (Red+Green+Blue) = 49+14+47=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 14 (5.86% from 255 or 12.73% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #310E2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310E2F is #CEF1D0. Grayscale: #1C1C1C. Windows color (decimal): -13562321 or 3083825. OLE color: 3083825.

HSL color Cylindrical-coordinate representation of color #310E2F: hue angle of 303.43º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #310E2F is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 14 47 -
CMYK 0 0.71 0.04 0.81
HSL 303.43º 0.56% 0.12% -
HSV(B) 303.43º 0.71% 0.19% -
XYZ 1.94 1.17 2.81 -
YUV 28.23 138.6 142.82 -
System Red Green Blue C M Y K H S L
Decimal 49 14 47 0 0.71 0.04 0.81 303.43 0.56 0.12
Hex 31 E 2F 0 47 4 51 12F 38 C
Octal 61 16 57 0 107 4 121 457 70 14
Binary 110001 1110 101111 0 1000111 100 1010001 100101111 111000 1100

Color Harmonies of #310E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310E2F

Black with #310E2F

Text Example


Text Example

White with #310E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310E2F; }

 p { color: rgb(49,14,47); }

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

background-color css

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

 a { background-color: rgb(49,14,47); }

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

border-color css

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

 span { border-color: rgb(49,14,47); }

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