#310233

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

Shades of Mardi Gras #310233

Tints of Mardi Gras #310233

Color information

#310233 (or 0x310233) is unknown color: approx Mardi Gras. HEX triplet: 31, 02 and 33. RGB value is (49,2,51). Sum of RGB (Red+Green+Blue) = 49+2+51=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #310233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310233 is #CEFDCC. Grayscale: #151515. Windows color (decimal): -13565389 or 3342897. OLE color: 3342897.

HSL color Cylindrical-coordinate representation of color #310233: hue angle of 297.55º 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 #310233 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB49251-
CMYK0.040.9600.8
HSL297.55º92.45%10.39%-
HSV(B)297.55º96.08%20%-
XYZ1.890.943.21-
YUV21.64144.57147.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.04%
GREEN value IS 2 (1.17% from 255) = 1.96%
BLUE value IS 51 (20.31% from 255) = 50%
R=48.04%
G=1.96%
B=50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal492510.040.9600.8297.5592.4510.39
Hex3123346005012a5ca
Octal612634140012045213412
Binary1100011011001110011000000101000010010101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310233; }

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

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

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

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

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

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

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

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