#291321

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

Shades of Melanzane #291321

Tints of Melanzane #291321

Color information

#291321 (or 0x291321) is unknown color: approx Melanzane. HEX triplet: 29, 13 and 21. RGB value is (41,19,33). Sum of RGB (Red+Green+Blue) = 41+19+33=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 41 - color contains mainly: red. Hex color #291321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291321 is #D6ECDE. Grayscale: #1B1B1B. Windows color (decimal): -14085343 or 2167593. OLE color: 2167593.

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

Color convert

RGB411933-
CMYK00.540.200.84
HSL321.82º36.67%11.76%-
HSV(B)321.82º53.66%16.08%-
XYZ1.421.051.57-
YUV27.17131.29137.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.09%
GREEN value IS 19 (7.81% from 255) = 20.43%
BLUE value IS 33 (13.28% from 255) = 35.48%
R=44.09%
G=20.43%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41193300.540.200.84321.8236.6711.76
Hex291321036145414225c
Octal512341066241245024514
Binary1010011001110000101101101010010101001010000101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291321; }

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

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

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

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

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

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

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

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