#15050F

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

Shades of Melanzane #15050F

Tints of Melanzane #15050F

Color information

#15050F (or 0x15050F) is unknown color: approx Melanzane. HEX triplet: 15, 05 and 0F. RGB value is (21,5,15). Sum of RGB (Red+Green+Blue) = 21+5+15=41 (5% of max value = 765). Red value is 21 (8.59% from 255 or 51.22% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 15 (6.25% from 255 or 36.59% from 41); Max value from RGB is 21 - color contains mainly: red. Hex color #15050F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15050F is #EAFAF0. Grayscale: #0A0A0A. Windows color (decimal): -15399665 or 984341. OLE color: 984341.

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

Color convert

RGB21515-
CMYK00.760.290.92
HSL322.5º61.54%5.1%-
HSV(B)322.5º76.19%8.24%-
XYZ0.450.30.49-
YUV10.92130.3135.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 51.22%
GREEN value IS 5 (2.34% from 255) = 12.20%
BLUE value IS 15 (6.25% from 255) = 36.59%
R=51.22%
G=12.20%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2151500.760.290.92322.561.545.1
Hex155F04C1D5C1423e5
Octal25517011435134502765
Binary10101101111101001100111011011100101000010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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