#291221

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

Shades of Melanzane #291221

Tints of Melanzane #291221

Color information

#291221 (or 0x291221) is unknown color: approx Melanzane. HEX triplet: 29, 12 and 21. RGB value is (41,18,33). Sum of RGB (Red+Green+Blue) = 41+18+33=92 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.57% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 33 (13.28% from 255 or 35.87% from 92); Max value from RGB is 41 - color contains mainly: red. Hex color #291221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291221 is #D6EDDE. Grayscale: #1A1A1A. Windows color (decimal): -14085599 or 2167337. OLE color: 2167337.

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

Color convert

RGB411833-
CMYK00.560.200.84
HSL320.87º38.98%11.57%-
HSV(B)320.87º56.1%16.08%-
XYZ1.411.011.56-
YUV26.59131.62138.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.57%
GREEN value IS 18 (7.42% from 255) = 19.57%
BLUE value IS 33 (13.28% from 255) = 35.87%
R=44.57%
G=19.57%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41183300.560.200.84320.8738.9811.57
Hex291221038145414127c
Octal512241070241245014714
Binary1010011001010000101110001010010101001010000011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291221; }

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

 H1.HeaderClassName
 {
   color: #291221;
 }
 .AnyTagClassName
 {
   color: #291221;
 }
</style>
background-color css

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

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

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

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

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

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