#440340

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

Shades of Mardi Gras #440340

Tints of Mardi Gras #440340

Color information

#440340 (or 0x440340) is unknown color: approx Mardi Gras. HEX triplet: 44, 03 and 40. RGB value is (68,3,64). Sum of RGB (Red+Green+Blue) = 68+3+64=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #440340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440340 is #BBFCBF. Grayscale: #1D1D1D. Windows color (decimal): -12319936 or 4195140. OLE color: 4195140.

HSL color Cylindrical-coordinate representation of color #440340: hue angle of 303.69º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440340 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB68364-
CMYK00.960.060.73
HSL303.69º91.55%13.92%-
HSV(B)303.69º95.59%26.67%-
XYZ3.341.665-
YUV29.39147.53155.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50.37%
GREEN value IS 3 (1.56% from 255) = 2.22%
BLUE value IS 64 (25.39% from 255) = 47.41%
R=50.37%
G=2.22%
B=47.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6836400.960.060.73303.6991.5513.92
Hex443400606491305ce
Octal10431000140611146013416
Binary100010011100000001100000110100100110011000010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440340; }

 p { color: rgb(68,3,64); }

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

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

 a { background-color: rgb(68,3,64); }

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

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

 span { border-color: rgb(68,3,64); }

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