Html Css Color HEX #31202F Mardi Gras

📋 copy color: '#31202F'

red 49 ◦ green 32 ◦ blue 47

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

Shades of Mardi Gras #31202F

Tints of Mardi Gras #31202F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25%

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

R = 38.28%
G = 25%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#31202F (or 0x31202F) is known color: Mardi Gras. HEX triplet: 31, 20 and 2F. RGB value is (49,32,47). Sum of RGB (Red+Green+Blue) = 49+32+47=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 49 - color contains mainly: red. Hex color #31202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31202F is #CEDFD0. Grayscale: #262626. Windows color (decimal): -13557713 or 3088433. OLE color: 3088433.

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

Color convert

RGB 49 32 47 -
CMYK 0 0.35 0.04 0.81
HSL 307.06º 0.21% 0.16% -
HSV(B) 307.06º 0.35% 0.19% -
XYZ 2.3 1.89 2.93 -
YUV 38.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 49 32 47 0 0.35 0.04 0.81 307.06 0.21 0.16
Hex 31 20 2F 0 23 4 51 133 15 10
Octal 61 40 57 0 43 4 121 463 25 20
Binary 110001 100000 101111 0 100011 100 1010001 100110011 10101 10000

Color Harmonies of #31202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31202F

Black with #31202F

Text Example


Text Example

White with #31202F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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