#441B3E

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

Shades of Mardi Gras #441B3E

Tints of Mardi Gras #441B3E

Color information

#441B3E (or 0x441B3E) is unknown color: approx Mardi Gras. HEX triplet: 44, 1B and 3E. RGB value is (68,27,62). Sum of RGB (Red+Green+Blue) = 68+27+62=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 68 - color contains mainly: red. Hex color #441B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441B3E is #BBE4C1. Grayscale: #2B2B2B. Windows color (decimal): -12313794 or 4070212. OLE color: 4070212.

HSL color Cylindrical-coordinate representation of color #441B3E: hue angle of 308.78º 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 #441B3E is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB682762-
CMYK00.600.090.73
HSL308.78º43.16%18.63%-
HSV(B)308.78º60.29%26.67%-
XYZ3.652.364.82-
YUV43.25138.58145.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.31%
GREEN value IS 27 (10.94% from 255) = 17.20%
BLUE value IS 62 (24.61% from 255) = 39.49%
R=43.31%
G=17.20%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68276200.600.090.73308.7843.1618.63
Hex441B3E03C9491352b13
Octal1043376074111114655323
Binary10001001101111111001111001001100100110011010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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