#291521

Color #291521 Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #291521

Tints of Melanzane #291521

Color information

#291521 (or 0x291521) is unknown color: approx 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

RGB412133-
CMYK00.490.200.84
HSL324º32.26%12.16%-
HSV(B)324º48.78%16.08%-
XYZ1.461.121.58-
YUV28.35130.63137.02-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41213300.490.200.8432432.2612.16
Hex291521031145414420c
Octal512541061241245044014
Binary1010011010110000101100011010010101001010001001000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>