#440341

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

Shades of Mardi Gras #440341

Tints of Mardi Gras #440341

Color information

#440341 (or 0x440341) is unknown color: approx Mardi Gras. HEX triplet: 44, 03 and 41. RGB value is (68,3,65). Sum of RGB (Red+Green+Blue) = 68+3+65=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #440341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440341 is #BBFCBE. Grayscale: #1D1D1D. Windows color (decimal): -12319935 or 4260676. OLE color: 4260676.

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

Color convert

RGB68365-
CMYK00.960.040.73
HSL302.77º91.55%13.92%-
HSV(B)302.77º95.59%26.67%-
XYZ3.371.685.15-
YUV29.5148.03155.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 2.21%
BLUE value IS 65 (25.78% from 255) = 47.79%
R=50%
G=2.21%
B=47.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6836500.960.040.73302.7791.5513.92
Hex4434106044912f5ce
Octal10431010140411145713416
Binary100010011100000101100000100100100110010111110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440341; }

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

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

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

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

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

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

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

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