Html Css Color HEX #312133 Mardi Gras

📋 copy color: '#312133'

red 49 ◦ green 33 ◦ blue 51

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

Shades of Mardi Gras #312133

Tints of Mardi Gras #312133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 38.35%

R = 36.84%
G = 24.81%
B = 38.35%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#312133 (or 0x312133) is known color: Mardi Gras. HEX triplet: 31, 21 and 33. RGB value is (49,33,51). Sum of RGB (Red+Green+Blue) = 49+33+51=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 51 - color contains mainly: blue. Hex color #312133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312133 is #CEDECC. Grayscale: #272727. Windows color (decimal): -13557453 or 3350833. OLE color: 3350833.

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

Color convert

RGB 49 33 51 -
CMYK 0.04 0.35 0 0.8
HSL 293.33º 0.21% 0.16% -
HSV(B) 293.33º 0.35% 0.2% -
XYZ 2.41 1.98 3.39 -
YUV 39.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 49 33 51 0.04 0.35 0 0.8 293.33 0.21 0.16
Hex 31 21 33 4 23 0 50 125 15 10
Octal 61 41 63 4 43 0 120 445 25 20
Binary 110001 100001 110011 100 100011 0 1010000 100100101 10101 10000

Color Harmonies of #312133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312133

Black with #312133

Text Example


Text Example

White with #312133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312133; }

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

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

background-color css

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

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

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

border-color css

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

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

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