#292328

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

Shades of Melanzane #292328

Tints of Melanzane #292328

Color information

#292328 (or 0x292328) is unknown color: approx Melanzane. HEX triplet: 29, 23 and 28. RGB value is (41,35,40). Sum of RGB (Red+Green+Blue) = 41+35+40=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 41 - color contains mainly: red. Hex color #292328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292328 is #D6DCD7. Grayscale: #252525. Windows color (decimal): -14081240 or 2630441. OLE color: 2630441.

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

Color convert

RGB413540-
CMYK00.150.020.84
HSL310º7.89%14.9%-
HSV(B)310º14.63%16.08%-
XYZ1.91.832.26-
YUV37.36129.49130.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.34%
GREEN value IS 35 (14.06% from 255) = 30.17%
BLUE value IS 40 (16.02% from 255) = 34.48%
R=35.34%
G=30.17%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41354000.150.020.843107.8914.9
Hex2923280F2541368f
Octal51435001721244661017
Binary1010011000111010000111110101010010011011010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292328; }

 p { color: rgb(41,35,40); }

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

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

 a { background-color: rgb(41,35,40); }

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

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

 span { border-color: rgb(41,35,40); }

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