#3D1443

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

Shades of Mardi Gras #3D1443

Tints of Mardi Gras #3D1443

Color information

#3D1443 (or 0x3D1443) is unknown color: approx Mardi Gras. HEX triplet: 3D, 14 and 43. RGB value is (61,20,67). Sum of RGB (Red+Green+Blue) = 61+20+67=148 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.22% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 67 - color contains mainly: blue. Hex color #3D1443 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1443 is #C2EBBC. Grayscale: #252525. Windows color (decimal): -12774333 or 4396093. OLE color: 4396093.

HSL color Cylindrical-coordinate representation of color #3D1443: hue angle of 292.34º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D1443 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB612067-
CMYK0.090.7000.74
HSL292.34º54.02%17.06%-
HSV(B)292.34º70.15%26.27%-
XYZ3.191.95.51-
YUV37.62144.58144.68-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 41.22%
GREEN value IS 20 (8.20% from 255) = 13.51%
BLUE value IS 67 (26.56% from 255) = 45.27%
R=41.22%
G=13.51%
B=45.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6120670.090.7000.74292.3454.0217.06
Hex3D144394604A1243611
Octal75241031110601124446621
Binary111101101001000011100110001100100101010010010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,20,67); }

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

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

 a { background-color: rgb(61,20,67); }

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

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

 span { border-color: rgb(61,20,67); }

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