#292127

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

Shades of Melanzane #292127

Tints of Melanzane #292127

Color information

#292127 (or 0x292127) is unknown color: approx Melanzane. HEX triplet: 29, 21 and 27. RGB value is (41,33,39). Sum of RGB (Red+Green+Blue) = 41+33+39=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 41 - color contains mainly: red. Hex color #292127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292127 is #D6DED8. Grayscale: #242424. Windows color (decimal): -14081753 or 2564393. OLE color: 2564393.

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

Color convert

RGB413339-
CMYK00.200.050.84
HSL315º10.81%14.51%-
HSV(B)315º19.51%16.08%-
XYZ1.821.712.15-
YUV36.08129.65131.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.28%
GREEN value IS 33 (13.28% from 255) = 29.20%
BLUE value IS 39 (15.62% from 255) = 34.51%
R=36.28%
G=29.20%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41333900.200.050.8431510.8114.51
Hex29212701455413bbf
Octal51414702451244731317
Binary101001100001100111010100101101010010011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292127; }

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

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

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

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

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

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

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

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