Html Css Color HEX #291521 Melanzane

📋 copy color: '#291521'

red 41 ◦ green 21 ◦ blue 33

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

Shades of Melanzane #291521

Tints of Melanzane #291521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 34.74%

R = 43.16%
G = 22.11%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#291521 (or 0x291521) is known color: Melanzane. HEX triplet: 29, 15 and 21. RGB value is (41,21,33). Sum of RGB (Red+Green+Blue) = 41+21+33=95 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.16% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 33 (13.28% from 255 or 34.74% from 95); Max value from RGB is 41 - color contains mainly: red. Hex color #291521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291521 is #D6EADE. Grayscale: #1C1C1C. Windows color (decimal): -14084831 or 2168105. OLE color: 2168105.

HSL color Cylindrical-coordinate representation of color #291521: hue angle of 324º 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 #291521 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 21 33 -
CMYK 0 0.49 0.20 0.84
HSL 324º 0.32% 0.12% -
HSV(B) 324º 0.49% 0.16% -
XYZ 1.46 1.12 1.58 -
YUV 28.35 130.63 137.02 -
System Red Green Blue C M Y K H S L
Decimal 41 21 33 0 0.49 0.20 0.84 324 0.32 0.12
Hex 29 15 21 0 31 14 54 144 20 C
Octal 51 25 41 0 61 24 124 504 40 14
Binary 101001 10101 100001 0 110001 10100 1010100 101000100 100000 1100

Color Harmonies of #291521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291521

Black with #291521

Text Example


Text Example

White with #291521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291521; }

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

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

background-color css

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

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

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

border-color css

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

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

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