Html Css Color HEX #412338 Melanzane

📋 copy color: '#412338'

red 65 ◦ green 35 ◦ blue 56

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

Shades of Melanzane #412338

Tints of Melanzane #412338

RGB

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

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

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

R = 41.67%
G = 22.44%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#412338 (or 0x412338) is known color: Melanzane. HEX triplet: 41, 23 and 38. RGB value is (65,35,56). Sum of RGB (Red+Green+Blue) = 65+35+56=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #412338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412338 is #BEDCC7. Grayscale: #2E2E2E. Windows color (decimal): -12508360 or 3679041. OLE color: 3679041.

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

Color convert

RGB 65 35 56 -
CMYK 0 0.46 0.14 0.75
HSL 318º 0.3% 0.2% -
HSV(B) 318º 0.46% 0.25% -
XYZ 3.49 2.61 4.06 -
YUV 46.36 133.44 141.29 -
System Red Green Blue C M Y K H S L
Decimal 65 35 56 0 0.46 0.14 0.75 318 0.3 0.2
Hex 41 23 38 0 2E E 4B 13E 1E 14
Octal 101 43 70 0 56 16 113 476 36 24
Binary 1000001 100011 111000 0 101110 1110 1001011 100111110 11110 10100

Color Harmonies of #412338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412338

Black with #412338

Text Example


Text Example

White with #412338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412338; }

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

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

background-color css

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

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

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

border-color css

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

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

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