Html Css Color HEX #310F2E Mardi Gras

📋 copy color: '#310F2E'

red 49 ◦ green 15 ◦ blue 46

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

Shades of Mardi Gras #310F2E

Tints of Mardi Gras #310F2E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 13.64%

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

R = 44.55%
G = 13.64%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#310F2E (or 0x310F2E) is known color: Mardi Gras. HEX triplet: 31, 0F and 2E. RGB value is (49,15,46). Sum of RGB (Red+Green+Blue) = 49+15+46=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 15 (6.25% from 255 or 13.64% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #310F2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310F2E is #CEF0D1. Grayscale: #1C1C1C. Windows color (decimal): -13562066 or 3018545. OLE color: 3018545.

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

Color convert

RGB 49 15 46 -
CMYK 0 0.69 0.06 0.81
HSL 305.29º 0.53% 0.13% -
HSV(B) 305.29º 0.69% 0.19% -
XYZ 1.93 1.19 2.71 -
YUV 28.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 49 15 46 0 0.69 0.06 0.81 305.29 0.53 0.13
Hex 31 F 2E 0 45 6 51 131 35 D
Octal 61 17 56 0 105 6 121 461 65 15
Binary 110001 1111 101110 0 1000101 110 1010001 100110001 110101 1101

Color Harmonies of #310F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310F2E

Black with #310F2E

Text Example


Text Example

White with #310F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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