#290F24

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

Shades of Melanzane #290F24

Tints of Melanzane #290F24

Color information

#290F24 (or 0x290F24) is unknown color: approx Melanzane. HEX triplet: 29, 0F and 24. RGB value is (41,15,36). Sum of RGB (Red+Green+Blue) = 41+15+36=92 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.57% from 92); Green value is 15 (6.25% from 255 or 16.30% from 92); Blue value is 36 (14.45% from 255 or 39.13% from 92); Max value from RGB is 41 - color contains mainly: red. Hex color #290F24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F24 is #D6F0DB. Grayscale: #191919. Windows color (decimal): -14086364 or 2363177. OLE color: 2363177.

HSL color Cylindrical-coordinate representation of color #290F24: hue angle of 311.54º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #290F24 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB411536-
CMYK00.630.120.84
HSL311.54º46.43%10.98%-
HSV(B)311.54º63.41%16.08%-
XYZ1.40.941.78-
YUV25.17134.11139.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.57%
GREEN value IS 15 (6.25% from 255) = 16.30%
BLUE value IS 36 (14.45% from 255) = 39.13%
R=44.57%
G=16.30%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41153600.630.120.84311.5446.4310.98
Hex29F2403FC541382eb
Octal511744077141244705613
Binary10100111111001000111111110010101001001110001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290F24; }

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

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

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

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

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

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

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

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