Html Css Color HEX #310F2F Mardi Gras

📋 copy color: '#310F2F'

red 49 ◦ green 15 ◦ blue 47

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

Shades of Mardi Gras #310F2F

Tints of Mardi Gras #310F2F

RGB

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

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

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

R = 44.14%
G = 13.51%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#310F2F (or 0x310F2F) is known color: Mardi Gras. HEX triplet: 31, 0F and 2F. RGB value is (49,15,47). Sum of RGB (Red+Green+Blue) = 49+15+47=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 15 (6.25% from 255 or 13.51% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 49 - color contains mainly: red. Hex color #310F2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310F2F is #CEF0D0. Grayscale: #1C1C1C. Windows color (decimal): -13562065 or 3084081. OLE color: 3084081.

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

Color convert

RGB 49 15 47 -
CMYK 0 0.69 0.04 0.81
HSL 303.53º 0.53% 0.13% -
HSV(B) 303.53º 0.69% 0.19% -
XYZ 1.95 1.2 2.82 -
YUV 28.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 49 15 47 0 0.69 0.04 0.81 303.53 0.53 0.13
Hex 31 F 2F 0 45 4 51 130 35 D
Octal 61 17 57 0 105 4 121 460 65 15
Binary 110001 1111 101111 0 1000101 100 1010001 100110000 110101 1101

Color Harmonies of #310F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310F2F

Black with #310F2F

Text Example


Text Example

White with #310F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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