Html Css Color HEX #411D38 Melanzane

📋 copy color: '#411D38'

red 65 ◦ green 29 ◦ blue 56

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

Shades of Melanzane #411D38

Tints of Melanzane #411D38

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.33%

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

R = 43.33%
G = 19.33%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#411D38 (or 0x411D38) is known color: Melanzane. HEX triplet: 41, 1D and 38. RGB value is (65,29,56). Sum of RGB (Red+Green+Blue) = 65+29+56=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 56 (22.27% from 255 or 37.33% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #411D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D38 is #BEE2C7. Grayscale: #2A2A2A. Windows color (decimal): -12509896 or 3677505. OLE color: 3677505.

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

Color convert

RGB 65 29 56 -
CMYK 0 0.55 0.14 0.75
HSL 315º 0.38% 0.18% -
HSV(B) 315º 0.55% 0.25% -
XYZ 3.33 2.29 4.01 -
YUV 42.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 65 29 56 0 0.55 0.14 0.75 315 0.38 0.18
Hex 41 1D 38 0 37 E 4B 13B 26 12
Octal 101 35 70 0 67 16 113 473 46 22
Binary 1000001 11101 111000 0 110111 1110 1001011 100111011 100110 10010

Color Harmonies of #411D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D38

Black with #411D38

Text Example


Text Example

White with #411D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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