#441B40

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

Shades of Mardi Gras #441B40

Tints of Mardi Gras #441B40

Color information

#441B40 (or 0x441B40) is unknown color: approx Mardi Gras. HEX triplet: 44, 1B and 40. RGB value is (68,27,64). Sum of RGB (Red+Green+Blue) = 68+27+64=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 68 - color contains mainly: red. Hex color #441B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441B40 is #BBE4BF. Grayscale: #2B2B2B. Windows color (decimal): -12313792 or 4201284. OLE color: 4201284.

HSL color Cylindrical-coordinate representation of color #441B40: hue angle of 305.85º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #441B40 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB682764-
CMYK00.600.060.73
HSL305.85º43.16%18.63%-
HSV(B)305.85º60.29%26.67%-
XYZ3.72.385.12-
YUV43.48139.58145.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.77%
GREEN value IS 27 (10.94% from 255) = 16.98%
BLUE value IS 64 (25.39% from 255) = 40.25%
R=42.77%
G=16.98%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68276400.600.060.73305.8543.1618.63
Hex441B4003C6491322b13
Octal1043310007461114625323
Binary10001001101110000000111100110100100110011001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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