#292427

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

Shades of Melanzane #292427

Tints of Melanzane #292427

Color information

#292427 (or 0x292427) is unknown color: approx Melanzane. HEX triplet: 29, 24 and 27. RGB value is (41,36,39). Sum of RGB (Red+Green+Blue) = 41+36+39=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 41 - color contains mainly: red. Hex color #292427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292427 is #D6DBD8. Grayscale: #252525. Windows color (decimal): -14080985 or 2565161. OLE color: 2565161.

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

Color convert

RGB413639-
CMYK00.120.050.84
HSL324º6.49%15.1%-
HSV(B)324º12.2%16.08%-
XYZ1.911.882.18-
YUV37.84128.66130.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.34%
GREEN value IS 36 (14.45% from 255) = 31.03%
BLUE value IS 39 (15.62% from 255) = 33.62%
R=35.34%
G=31.03%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41363900.120.050.843246.4915.1
Hex2924270C5541446f
Octal5144470145124504617
Binary1010011001001001110110010110101001010001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292427; }

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

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

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

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

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

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

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

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