Html Css Color HEX #31212F Mardi Gras

📋 copy color: '#31212F'

red 49 ◦ green 33 ◦ blue 47

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

Shades of Mardi Gras #31212F

Tints of Mardi Gras #31212F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.58%

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

R = 37.98%
G = 25.58%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#31212F (or 0x31212F) is known color: Mardi Gras. HEX triplet: 31, 21 and 2F. RGB value is (49,33,47). Sum of RGB (Red+Green+Blue) = 49+33+47=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 49 - color contains mainly: red. Hex color #31212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31212F is #CEDED0. Grayscale: #272727. Windows color (decimal): -13557457 or 3088689. OLE color: 3088689.

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

Color convert

RGB 49 33 47 -
CMYK 0 0.33 0.04 0.81
HSL 307.5º 0.2% 0.16% -
HSV(B) 307.5º 0.33% 0.19% -
XYZ 2.32 1.95 2.94 -
YUV 39.38 132.3 134.86 -
System Red Green Blue C M Y K H S L
Decimal 49 33 47 0 0.33 0.04 0.81 307.5 0.2 0.16
Hex 31 21 2F 0 21 4 51 134 14 10
Octal 61 41 57 0 41 4 121 464 24 20
Binary 110001 100001 101111 0 100001 100 1010001 100110100 10100 10000

Color Harmonies of #31212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31212F

Black with #31212F

Text Example


Text Example

White with #31212F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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