#15000F

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

Shades of Melanzane #15000F

Tints of Melanzane #15000F

Color information

#15000F (or 0x15000F) is unknown color: approx Melanzane. HEX triplet: 15, 00 and 0F. RGB value is (21,0,15). Sum of RGB (Red+Green+Blue) = 21+0+15=36 (4% of max value = 765). Red value is 21 (8.59% from 255 or 58.33% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 15 (6.25% from 255 or 41.67% from 36); Max value from RGB is 21 - color contains mainly: red. Hex color #15000F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15000F is #EAFFF0. Grayscale: #070707. Windows color (decimal): -15400945 or 983061. OLE color: 983061.

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

Color convert

RGB21015-
CMYK010.290.92
HSL317.14º100%4.12%-
HSV(B)317.14º100%8.24%-
XYZ0.40.190.47-
YUV7.99131.96137.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 58.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 41.67%
R=58.33%
G=0%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.29
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21015010.290.92317.141004.12
Hex150F0641D5C13d644
Octal250170144351344751444
Binary1010101111011001001110110111001001111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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