Html Css Color HEX #291324 Melanzane

📋 copy color: '#291324'

red 41 ◦ green 19 ◦ blue 36

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

Shades of Melanzane #291324

Tints of Melanzane #291324

RGB

 RED value IS 41 (16.41% from 255) = 42.71%

 GREEN value IS 19 (7.81% from 255) = 19.79%

 BLUE value IS 36 (14.45% from 255) = 37.5%

R = 42.71%
G = 19.79%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.84

RGB Variations

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

Color information

#291324 (or 0x291324) is known color: Melanzane. HEX triplet: 29, 13 and 24. RGB value is (41,19,36). Sum of RGB (Red+Green+Blue) = 41+19+36=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 36 (14.45% from 255 or 37.5% from 96); Max value from RGB is 41 - color contains mainly: red. Hex color #291324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291324 is #D6ECDB. Grayscale: #1B1B1B. Windows color (decimal): -14085340 or 2364201. OLE color: 2364201.

HSL color Cylindrical-coordinate representation of color #291324: hue angle of 313.64º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #291324 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 19 36 -
CMYK 0 0.54 0.12 0.84
HSL 313.64º 0.37% 0.12% -
HSV(B) 313.64º 0.54% 0.16% -
XYZ 1.47 1.06 1.8 -
YUV 27.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 41 19 36 0 0.54 0.12 0.84 313.64 0.37 0.12
Hex 29 13 24 0 36 C 54 13A 25 C
Octal 51 23 44 0 66 14 124 472 45 14
Binary 101001 10011 100100 0 110110 1100 1010100 100111010 100101 1100

Color Harmonies of #291324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291324

Black with #291324

Text Example


Text Example

White with #291324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291324; }

 p { color: rgb(41,19,36); }

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

background-color css

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

 a { background-color: rgb(41,19,36); }

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

border-color css

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

 span { border-color: rgb(41,19,36); }

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