#15040F

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

Shades of Melanzane #15040F

Tints of Melanzane #15040F

Color information

#15040F (or 0x15040F) is unknown color: approx Melanzane. HEX triplet: 15, 04 and 0F. RGB value is (21,4,15). Sum of RGB (Red+Green+Blue) = 21+4+15=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 15 (6.25% from 255 or 37.5% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #15040F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15040F is #EAFBF0. Grayscale: #0A0A0A. Windows color (decimal): -15399921 or 984085. OLE color: 984085.

HSL color Cylindrical-coordinate representation of color #15040F: hue angle of 321.18º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15040F is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.92.

Color convert

RGB21415-
CMYK00.810.290.92
HSL321.18º68%4.9%-
HSV(B)321.18º80.95%8.24%-
XYZ0.440.280.48-
YUV10.34130.63135.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 52.5%
GREEN value IS 4 (1.95% from 255) = 10%
BLUE value IS 15 (6.25% from 255) = 37.5%
R=52.5%
G=10%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.29
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2141500.810.290.92321.18684.9
Hex154F0511D5C141445
Octal254170121351345011045
Binary101011001111010100011110110111001010000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15040F; }

 p { color: rgb(21,4,15); }

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

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

 a { background-color: rgb(21,4,15); }

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

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

 span { border-color: rgb(21,4,15); }

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