Html Css Color HEX #411938 Melanzane

📋 copy color: '#411938'

red 65 ◦ green 25 ◦ blue 56

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

Shades of Melanzane #411938

Tints of Melanzane #411938

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.12%

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

R = 44.52%
G = 17.12%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#411938 (or 0x411938) is known color: Melanzane. HEX triplet: 41, 19 and 38. RGB value is (65,25,56). Sum of RGB (Red+Green+Blue) = 65+25+56=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #411938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411938 is #BEE6C7. Grayscale: #282828. Windows color (decimal): -12510920 or 3676481. OLE color: 3676481.

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

Color convert

RGB 65 25 56 -
CMYK 0 0.62 0.14 0.75
HSL 313.5º 0.44% 0.18% -
HSV(B) 313.5º 0.62% 0.25% -
XYZ 3.24 2.1 3.98 -
YUV 40.49 136.75 145.48 -
System Red Green Blue C M Y K H S L
Decimal 65 25 56 0 0.62 0.14 0.75 313.5 0.44 0.18
Hex 41 19 38 0 3E E 4B 13A 2C 12
Octal 101 31 70 0 76 16 113 472 54 22
Binary 1000001 11001 111000 0 111110 1110 1001011 100111010 101100 10010

Color Harmonies of #411938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411938

Black with #411938

Text Example


Text Example

White with #411938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411938; }

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

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

background-color css

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

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

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

border-color css

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

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

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