#3D1244

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

Shades of Mardi Gras #3D1244

Tints of Mardi Gras #3D1244

Color information

#3D1244 (or 0x3D1244) is unknown color: approx Mardi Gras. HEX triplet: 3D, 12 and 44. RGB value is (61,18,68). Sum of RGB (Red+Green+Blue) = 61+18+68=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 68 (26.95% from 255 or 46.26% from 147); Max value from RGB is 68 - color contains mainly: blue. Hex color #3D1244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1244 is #C2EDBB. Grayscale: #242424. Windows color (decimal): -12774844 or 4461117. OLE color: 4461117.

HSL color Cylindrical-coordinate representation of color #3D1244: hue angle of 291.6º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D1244 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB611868-
CMYK0.100.7400.73
HSL291.6º58.14%16.86%-
HSV(B)291.6º73.53%26.67%-
XYZ3.181.845.66-
YUV36.56145.75145.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 41.50%
GREEN value IS 18 (7.42% from 255) = 12.24%
BLUE value IS 68 (26.95% from 255) = 46.26%
R=41.50%
G=12.24%
B=46.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6118680.100.7400.73291.658.1416.86
Hex3D1244A4A0491243a11
Octal75221041211201114447221
Binary111101100101000100101010010100100100110010010011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D1244; }

 p { color: rgb(61,18,68); }

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

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

 a { background-color: rgb(61,18,68); }

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

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

 span { border-color: rgb(61,18,68); }

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