#291421

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

Shades of Melanzane #291421

Tints of Melanzane #291421

Color information

#291421 (or 0x291421) is unknown color: approx Melanzane. HEX triplet: 29, 14 and 21. RGB value is (41,20,33). Sum of RGB (Red+Green+Blue) = 41+20+33=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 41 - color contains mainly: red. Hex color #291421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291421 is #D6EBDE. Grayscale: #1B1B1B. Windows color (decimal): -14085087 or 2167849. OLE color: 2167849.

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

Color convert

RGB412033-
CMYK00.510.200.84
HSL322.86º34.43%11.96%-
HSV(B)322.86º51.22%16.08%-
XYZ1.441.081.57-
YUV27.76130.96137.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 43.62%
GREEN value IS 20 (8.20% from 255) = 21.28%
BLUE value IS 33 (13.28% from 255) = 35.11%
R=43.62%
G=21.28%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41203300.510.200.84322.8634.4311.96
Hex291421033145414322c
Octal512441063241245034214
Binary1010011010010000101100111010010101001010000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291421; }

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

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

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

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

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

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

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

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