Html Css Color HEX #31142F Mardi Gras

📋 copy color: '#31142F'

red 49 ◦ green 20 ◦ blue 47

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

Shades of Mardi Gras #31142F

Tints of Mardi Gras #31142F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.24%

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

R = 42.24%
G = 17.24%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#31142F (or 0x31142F) is known color: Mardi Gras. HEX triplet: 31, 14 and 2F. RGB value is (49,20,47). Sum of RGB (Red+Green+Blue) = 49+20+47=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 49 - color contains mainly: red. Hex color #31142F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31142F is #CEEBD0. Grayscale: #1F1F1F. Windows color (decimal): -13560785 or 3085361. OLE color: 3085361.

HSL color Cylindrical-coordinate representation of color #31142F: hue angle of 304.14º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31142F is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 20 47 -
CMYK 0 0.59 0.04 0.81
HSL 304.14º 0.42% 0.14% -
HSV(B) 304.14º 0.59% 0.19% -
XYZ 2.03 1.36 2.84 -
YUV 31.75 136.61 140.3 -
System Red Green Blue C M Y K H S L
Decimal 49 20 47 0 0.59 0.04 0.81 304.14 0.42 0.14
Hex 31 14 2F 0 3B 4 51 130 2A E
Octal 61 24 57 0 73 4 121 460 52 16
Binary 110001 10100 101111 0 111011 100 1010001 100110000 101010 1110

Color Harmonies of #31142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31142F

Black with #31142F

Text Example


Text Example

White with #31142F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31142F; }

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

 H1.HeaderClassName
 {
   color: #31142F;
 }
 .AnyTagClassName
 {
   color: #31142F;
 }
</style>

background-color css

<style>
 a { background-color: #31142F; }

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

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

border-color css

<style>
 span { border-color: #31142F; }

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

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