#310232

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

Shades of Mardi Gras #310232

Tints of Mardi Gras #310232

Color information

#310232 (or 0x310232) is unknown color: approx Mardi Gras. HEX triplet: 31, 02 and 32. RGB value is (49,2,50). Sum of RGB (Red+Green+Blue) = 49+2+50=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 50 (19.92% from 255 or 49.50% from 101); Max value from RGB is 50 - color contains mainly: blue. Hex color #310232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310232 is #CEFDCD. Grayscale: #151515. Windows color (decimal): -13565390 or 3277361. OLE color: 3277361.

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

Color convert

RGB49250-
CMYK0.020.9600.80
HSL298.75º92.31%10.2%-
HSV(B)298.75º96%19.61%-
XYZ1.860.933.1-
YUV21.52144.07147.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.51%
GREEN value IS 2 (1.17% from 255) = 1.98%
BLUE value IS 50 (19.92% from 255) = 49.50%
R=48.51%
G=1.98%
B=49.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal492500.020.9600.80298.7592.3110.2
Hex3123226005012b5ca
Octal612622140012045313412
Binary110001101100101011000000101000010010101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310232; }

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

 H1.HeaderClassName
 {
   color: #310232;
 }
 .AnyTagClassName
 {
   color: #310232;
 }
</style>
background-color css

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

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

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

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

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

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