Html Css Color HEX #310D2A Mardi Gras

📋 copy color: '#310D2A'

red 49 ◦ green 13 ◦ blue 42

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

Shades of Mardi Gras #310D2A

Tints of Mardi Gras #310D2A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.5%

 BLUE value IS 42 (16.8% from 255) = 40.38%

R = 47.12%
G = 12.5%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.81

RGB Variations

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

Color information

#310D2A (or 0x310D2A) is known color: Mardi Gras. HEX triplet: 31, 0D and 2A. RGB value is (49,13,42). Sum of RGB (Red+Green+Blue) = 49+13+42=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 42 (16.80% from 255 or 40.38% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #310D2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310D2A is #CEF2D5. Grayscale: #1A1A1A. Windows color (decimal): -13562582 or 2755889. OLE color: 2755889.

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

Color convert

RGB 49 13 42 -
CMYK 0 0.73 0.14 0.81
HSL 311.67º 0.58% 0.12% -
HSV(B) 311.67º 0.73% 0.19% -
XYZ 1.83 1.11 2.31 -
YUV 27.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 49 13 42 0 0.73 0.14 0.81 311.67 0.58 0.12
Hex 31 D 2A 0 49 E 51 138 3A C
Octal 61 15 52 0 111 16 121 470 72 14
Binary 110001 1101 101010 0 1001001 1110 1010001 100111000 111010 1100

Color Harmonies of #310D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310D2A

Black with #310D2A

Text Example


Text Example

White with #310D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,13,42); }

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

background-color css

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

 a { background-color: rgb(49,13,42); }

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

border-color css

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

 span { border-color: rgb(49,13,42); }

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