Html Css Color HEX #310C2B Mardi Gras

📋 copy color: '#310C2B'

red 49 ◦ green 12 ◦ blue 43

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

Shades of Mardi Gras #310C2B

Tints of Mardi Gras #310C2B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.54%

 BLUE value IS 43 (17.19% from 255) = 41.35%

R = 47.12%
G = 11.54%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.81

RGB Variations

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

Color information

#310C2B (or 0x310C2B) is known color: Mardi Gras. HEX triplet: 31, 0C and 2B. RGB value is (49,12,43). Sum of RGB (Red+Green+Blue) = 49+12+43=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 43 (17.19% from 255 or 41.35% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #310C2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C2B is #CEF3D4. Grayscale: #1A1A1A. Windows color (decimal): -13562837 or 2821169. OLE color: 2821169.

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

Color convert

RGB 49 12 43 -
CMYK 0 0.76 0.12 0.81
HSL 309.73º 0.61% 0.12% -
HSV(B) 309.73º 0.76% 0.19% -
XYZ 1.83 1.09 2.4 -
YUV 26.6 137.26 143.98 -
System Red Green Blue C M Y K H S L
Decimal 49 12 43 0 0.76 0.12 0.81 309.73 0.61 0.12
Hex 31 C 2B 0 4C C 51 136 3D C
Octal 61 14 53 0 114 14 121 466 75 14
Binary 110001 1100 101011 0 1001100 1100 1010001 100110110 111101 1100

Color Harmonies of #310C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310C2B

Black with #310C2B

Text Example


Text Example

White with #310C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,12,43); }

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

background-color css

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

 a { background-color: rgb(49,12,43); }

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

border-color css

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

 span { border-color: rgb(49,12,43); }

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