#411B3B

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

Shades of Mardi Gras #411B3B

Tints of Mardi Gras #411B3B

Color information

#411B3B (or 0x411B3B) is unknown color: approx Mardi Gras. HEX triplet: 41, 1B and 3B. RGB value is (65,27,59). Sum of RGB (Red+Green+Blue) = 65+27+59=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #411B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411B3B is #BEE4C4. Grayscale: #292929. Windows color (decimal): -12510405 or 3873601. OLE color: 3873601.

HSL color Cylindrical-coordinate representation of color #411B3B: hue angle of 309.47º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #411B3B is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB652759-
CMYK00.580.090.75
HSL309.47º41.3%18.04%-
HSV(B)309.47º58.46%25.49%-
XYZ3.362.224.39-
YUV42.01137.59144.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.05%
GREEN value IS 27 (10.94% from 255) = 17.88%
BLUE value IS 59 (23.44% from 255) = 39.07%
R=43.05%
G=17.88%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65275900.580.090.75309.4741.318.04
Hex411B3B03A94B1352912
Octal1013373072111134655122
Binary10000011101111101101110101001100101110011010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411B3B; }

 p { color: rgb(65,27,59); }

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

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

 a { background-color: rgb(65,27,59); }

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

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

 span { border-color: rgb(65,27,59); }

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