Html Css Color HEX #411C38 Melanzane

📋 copy color: '#411C38'

red 65 ◦ green 28 ◦ blue 56

#411C38
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #411C38

Tints of Melanzane #411C38

RGB

 RED value IS 65 (25.78% from 255) = 43.62%

 GREEN value IS 28 (11.33% from 255) = 18.79%

 BLUE value IS 56 (22.27% from 255) = 37.58%

R = 43.62%
G = 18.79%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#411C38 (or 0x411C38) is known color: Melanzane. HEX triplet: 41, 1C and 38. RGB value is (65,28,56). Sum of RGB (Red+Green+Blue) = 65+28+56=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 65 - color contains mainly: red. Hex color #411C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C38 is #BEE3C7. Grayscale: #2A2A2A. Windows color (decimal): -12510152 or 3677249. OLE color: 3677249.

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

Color convert

RGB 65 28 56 -
CMYK 0 0.57 0.14 0.75
HSL 314.59º 0.4% 0.18% -
HSV(B) 314.59º 0.57% 0.25% -
XYZ 3.31 2.24 4 -
YUV 42.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 65 28 56 0 0.57 0.14 0.75 314.59 0.4 0.18
Hex 41 1C 38 0 39 E 4B 13B 28 12
Octal 101 34 70 0 71 16 113 473 50 22
Binary 1000001 11100 111000 0 111001 1110 1001011 100111011 101000 10010

Color Harmonies of #411C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C38

Black with #411C38

Text Example


Text Example

White with #411C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #411C38;
 }
 .AnyTagClassName
 {
   color: #411C38;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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