Html Css Color HEX #310132 Mardi Gras

📋 copy color: '#310132'

red 49 ◦ green 1 ◦ blue 50

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

Shades of Mardi Gras #310132

Tints of Mardi Gras #310132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1%

 BLUE value IS 50 (19.92% from 255) = 50%

R = 49%
G = 1%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#310132 (or 0x310132) is known color: Mardi Gras. HEX triplet: 31, 01 and 32. RGB value is (49,1,50). Sum of RGB (Red+Green+Blue) = 49+1+50=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 50 (19.92% from 255 or 50% from 100); Max value from RGB is 50 - color contains mainly: blue. Hex color #310132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310132 is #CEFECD. Grayscale: #141414. Windows color (decimal): -13565646 or 3277105. OLE color: 3277105.

HSL color Cylindrical-coordinate representation of color #310132: hue angle of 298.78º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #310132 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 1 50 -
CMYK 0.02 0.98 0 0.80
HSL 298.78º 0.96% 0.1% -
HSV(B) 298.78º 0.98% 0.2% -
XYZ 1.85 0.9 3.09 -
YUV 20.94 144.4 148.02 -
System Red Green Blue C M Y K H S L
Decimal 49 1 50 0.02 0.98 0 0.80 298.78 0.96 0.1
Hex 31 1 32 2 62 0 50 12B 60 A
Octal 61 1 62 2 142 0 120 453 140 12
Binary 110001 1 110010 10 1100010 0 1010000 100101011 1100000 1010

Color Harmonies of #310132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310132

Black with #310132

Text Example


Text Example

White with #310132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310132; }

 p { color: rgb(49,1,50); }

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

background-color css

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

 a { background-color: rgb(49,1,50); }

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

border-color css

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

 span { border-color: rgb(49,1,50); }

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