#411B38

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

Shades of Melanzane #411B38

Tints of Melanzane #411B38

Color information

#411B38 (or 0x411B38) is unknown color: approx Melanzane. HEX triplet: 41, 1B and 38. RGB value is (65,27,56). Sum of RGB (Red+Green+Blue) = 65+27+56=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #411B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411B38 is #BEE4C7. Grayscale: #292929. Windows color (decimal): -12510408 or 3676993. OLE color: 3676993.

HSL color Cylindrical-coordinate representation of color #411B38: hue angle of 314.21º 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 #411B38 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB652756-
CMYK00.580.140.75
HSL314.21º41.3%18.04%-
HSV(B)314.21º58.46%25.49%-
XYZ3.292.193.99-
YUV41.67136.09144.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.92%
GREEN value IS 27 (10.94% from 255) = 18.24%
BLUE value IS 56 (22.27% from 255) = 37.84%
R=43.92%
G=18.24%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65275600.580.140.75314.2141.318.04
Hex411B3803AE4B13a2912
Octal1013370072161134725122
Binary10000011101111100001110101110100101110011101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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