Html Css Color HEX #412337 Melanzane

📋 copy color: '#412337'

red 65 ◦ green 35 ◦ blue 55

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

Shades of Melanzane #412337

Tints of Melanzane #412337

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.58%

 BLUE value IS 55 (21.88% from 255) = 35.48%

R = 41.94%
G = 22.58%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#412337 (or 0x412337) is known color: Melanzane. HEX triplet: 41, 23 and 37. RGB value is (65,35,55). Sum of RGB (Red+Green+Blue) = 65+35+55=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #412337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412337 is #BEDCC8. Grayscale: #2E2E2E. Windows color (decimal): -12508361 or 3613505. OLE color: 3613505.

HSL color Cylindrical-coordinate representation of color #412337: hue angle of 320º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #412337 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 35 55 -
CMYK 0 0.46 0.15 0.75
HSL 320º 0.3% 0.2% -
HSV(B) 320º 0.46% 0.25% -
XYZ 3.47 2.6 3.93 -
YUV 46.25 132.94 141.37 -
System Red Green Blue C M Y K H S L
Decimal 65 35 55 0 0.46 0.15 0.75 320 0.3 0.2
Hex 41 23 37 0 2E F 4B 140 1E 14
Octal 101 43 67 0 56 17 113 500 36 24
Binary 1000001 100011 110111 0 101110 1111 1001011 101000000 11110 10100

Color Harmonies of #412337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412337

Black with #412337

Text Example


Text Example

White with #412337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412337; }

 p { color: rgb(65,35,55); }

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

background-color css

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

 a { background-color: rgb(65,35,55); }

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

border-color css

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

 span { border-color: rgb(65,35,55); }

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