#310C32

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

Shades of Mardi Gras #310C32

Tints of Mardi Gras #310C32

Color information

#310C32 (or 0x310C32) is unknown color: approx Mardi Gras. HEX triplet: 31, 0C and 32. RGB value is (49,12,50). Sum of RGB (Red+Green+Blue) = 49+12+50=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 50 (19.92% from 255 or 45.05% from 111); Max value from RGB is 50 - color contains mainly: blue. Hex color #310C32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C32 is #CEF3CD. Grayscale: #1B1B1B. Windows color (decimal): -13562830 or 3279921. OLE color: 3279921.

HSL color Cylindrical-coordinate representation of color #310C32: hue angle of 298.42º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #310C32 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB491250-
CMYK0.020.7600.80
HSL298.42º61.29%12.16%-
HSV(B)298.42º76%19.61%-
XYZ1.971.153.13-
YUV27.4140.76143.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.14%
GREEN value IS 12 (5.08% from 255) = 10.81%
BLUE value IS 50 (19.92% from 255) = 45.05%
R=44.14%
G=10.81%
B=45.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4912500.020.7600.80298.4261.2912.16
Hex31C3224C05012a3dc
Octal611462211401204527514
Binary1100011100110010101001100010100001001010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310C32; }

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

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

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

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

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

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

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

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