Html Css Color HEX #310332 Mardi Gras

📋 copy color: '#310332'

red 49 ◦ green 3 ◦ blue 50

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

Shades of Mardi Gras #310332

Tints of Mardi Gras #310332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.94%

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

R = 48.04%
G = 2.94%
B = 49.02%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#310332 (or 0x310332) is known color: Mardi Gras. HEX triplet: 31, 03 and 32. RGB value is (49,3,50). Sum of RGB (Red+Green+Blue) = 49+3+50=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 50 (19.92% from 255 or 49.02% from 102); Max value from RGB is 50 - color contains mainly: blue. Hex color #310332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310332 is #CEFCCD. Grayscale: #151515. Windows color (decimal): -13565134 or 3277617. OLE color: 3277617.

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

Color convert

RGB 49 3 50 -
CMYK 0.02 0.94 0 0.80
HSL 298.72º 0.89% 0.1% -
HSV(B) 298.72º 0.94% 0.2% -
XYZ 1.87 0.95 3.1 -
YUV 22.11 143.74 147.18 -
System Red Green Blue C M Y K H S L
Decimal 49 3 50 0.02 0.94 0 0.80 298.72 0.89 0.1
Hex 31 3 32 2 5E 0 50 12B 59 A
Octal 61 3 62 2 136 0 120 453 131 12
Binary 110001 11 110010 10 1011110 0 1010000 100101011 1011001 1010

Color Harmonies of #310332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310332

Black with #310332

Text Example


Text Example

White with #310332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310332; }

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

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

background-color css

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

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

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

border-color css

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

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

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