Html Css Color HEX #310E2E Mardi Gras

📋 copy color: '#310E2E'

red 49 ◦ green 14 ◦ blue 46

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

Shades of Mardi Gras #310E2E

Tints of Mardi Gras #310E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 42.2%

R = 44.95%
G = 12.84%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#310E2E (or 0x310E2E) is known color: Mardi Gras. HEX triplet: 31, 0E and 2E. RGB value is (49,14,46). Sum of RGB (Red+Green+Blue) = 49+14+46=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 14 (5.86% from 255 or 12.84% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #310E2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310E2E is #CEF1D1. Grayscale: #1C1C1C. Windows color (decimal): -13562322 or 3018289. OLE color: 3018289.

HSL color Cylindrical-coordinate representation of color #310E2E: hue angle of 305.14º 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 #310E2E is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 14 46 -
CMYK 0 0.71 0.06 0.81
HSL 305.14º 0.56% 0.12% -
HSV(B) 305.14º 0.71% 0.19% -
XYZ 1.92 1.16 2.71 -
YUV 28.11 138.1 142.9 -
System Red Green Blue C M Y K H S L
Decimal 49 14 46 0 0.71 0.06 0.81 305.14 0.56 0.12
Hex 31 E 2E 0 47 6 51 131 38 C
Octal 61 16 56 0 107 6 121 461 70 14
Binary 110001 1110 101110 0 1000111 110 1010001 100110001 111000 1100

Color Harmonies of #310E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310E2E

Black with #310E2E

Text Example


Text Example

White with #310E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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