#441D3F

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

Shades of Mardi Gras #441D3F

Tints of Mardi Gras #441D3F

Color information

#441D3F (or 0x441D3F) is unknown color: approx Mardi Gras. HEX triplet: 44, 1D and 3F. RGB value is (68,29,63). Sum of RGB (Red+Green+Blue) = 68+29+63=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 29 (11.72% from 255 or 18.12% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 68 - color contains mainly: red. Hex color #441D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D3F is #BBE2C0. Grayscale: #2C2C2C. Windows color (decimal): -12313281 or 4136260. OLE color: 4136260.

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

Color convert

RGB682963-
CMYK00.570.070.73
HSL307.69º40.21%19.02%-
HSV(B)307.69º57.35%26.67%-
XYZ3.722.474.98-
YUV44.54138.42144.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.5%
GREEN value IS 29 (11.72% from 255) = 18.12%
BLUE value IS 63 (25% from 255) = 39.38%
R=42.5%
G=18.12%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68296300.570.070.73307.6940.2119.02
Hex441D3F0397491342813
Octal104357707171114645023
Binary1000100111011111110111001111100100110011010010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,29,63); }

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

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

 a { background-color: rgb(68,29,63); }

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

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

 span { border-color: rgb(68,29,63); }

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