#291021

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

Shades of Melanzane #291021

Tints of Melanzane #291021

Color information

#291021 (or 0x291021) is unknown color: approx Melanzane. HEX triplet: 29, 10 and 21. RGB value is (41,16,33). Sum of RGB (Red+Green+Blue) = 41+16+33=90 (11% of max value = 765). Red value is 41 (16.41% from 255 or 45.56% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 41 - color contains mainly: red. Hex color #291021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291021 is #D6EFDE. Grayscale: #191919. Windows color (decimal): -14086111 or 2166825. OLE color: 2166825.

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

Color convert

RGB411633-
CMYK00.610.200.84
HSL319.2º43.86%11.18%-
HSV(B)319.2º60.98%16.08%-
XYZ1.370.951.55-
YUV25.41132.28139.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 45.56%
GREEN value IS 16 (6.64% from 255) = 17.78%
BLUE value IS 33 (13.28% from 255) = 36.67%
R=45.56%
G=17.78%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41163300.610.200.84319.243.8611.18
Hex29102103D145413f2cb
Octal512041075241244775413
Binary1010011000010000101111011010010101001001111111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291021; }

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

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

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

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

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

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

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

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