#441E42

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

Shades of Mardi Gras #441E42

Tints of Mardi Gras #441E42

Color information

#441E42 (or 0x441E42) is unknown color: approx Mardi Gras. HEX triplet: 44, 1E and 42. RGB value is (68,30,66). Sum of RGB (Red+Green+Blue) = 68+30+66=164 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.46% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 66 (26.17% from 255 or 40.24% from 164); Max value from RGB is 68 - color contains mainly: red. Hex color #441E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441E42 is #BBE1BD. Grayscale: #2D2D2D. Windows color (decimal): -12313022 or 4333124. OLE color: 4333124.

HSL color Cylindrical-coordinate representation of color #441E42: hue angle of 303.16º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #441E42 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB683066-
CMYK00.560.030.73
HSL303.16º38.78%19.22%-
HSV(B)303.16º55.88%26.67%-
XYZ3.832.555.44-
YUV45.47139.59144.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.46%
GREEN value IS 30 (12.11% from 255) = 18.29%
BLUE value IS 66 (26.17% from 255) = 40.24%
R=41.46%
G=18.29%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68306600.560.030.73303.1638.7819.22
Hex441E4203834912f2713
Octal1043610207031114574723
Binary1000100111101000010011100011100100110010111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441E42; }

 p { color: rgb(68,30,66); }

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

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

 a { background-color: rgb(68,30,66); }

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

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

 span { border-color: rgb(68,30,66); }

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