#310132

Color #310132 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #310132

Tints of Mardi Gras #310132

Color information

#310132 (or 0x310132) is unknown color: approx 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

RGB49150-
CMYK0.020.9800.80
HSL298.78º96.08%10%-
HSV(B)298.78º98%19.61%-
XYZ1.850.93.09-
YUV20.94144.4148.02-

RGB Variations

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

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 (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal491500.020.9800.80298.7896.0810
Hex3113226205012b60a
Octal611622142012045314012
Binary11000111100101011000100101000010010101111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>