Html Css Color HEX #291522 Melanzane

📋 copy color: '#291522'

red 41 ◦ green 21 ◦ blue 34

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

Shades of Melanzane #291522

Tints of Melanzane #291522

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21.88%

 BLUE value IS 34 (13.67% from 255) = 35.42%

R = 42.71%
G = 21.88%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.84

RGB Variations

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

Color information

#291522 (or 0x291522) is known color: Melanzane. HEX triplet: 29, 15 and 22. RGB value is (41,21,34). Sum of RGB (Red+Green+Blue) = 41+21+34=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 34 (13.67% from 255 or 35.42% from 96); Max value from RGB is 41 - color contains mainly: red. Hex color #291522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291522 is #D6EADD. Grayscale: #1C1C1C. Windows color (decimal): -14084830 or 2233641. OLE color: 2233641.

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

Color convert

RGB 41 21 34 -
CMYK 0 0.49 0.17 0.84
HSL 321º 0.32% 0.12% -
HSV(B) 321º 0.49% 0.16% -
XYZ 1.47 1.12 1.65 -
YUV 28.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 41 21 34 0 0.49 0.17 0.84 321 0.32 0.12
Hex 29 15 22 0 31 11 54 141 20 C
Octal 51 25 42 0 61 21 124 501 40 14
Binary 101001 10101 100010 0 110001 10001 1010100 101000001 100000 1100

Color Harmonies of #291522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291522

Black with #291522

Text Example


Text Example

White with #291522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291522; }

 p { color: rgb(41,21,34); }

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

background-color css

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

 a { background-color: rgb(41,21,34); }

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

border-color css

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

 span { border-color: rgb(41,21,34); }

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