#15020F

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

Shades of Melanzane #15020F

Tints of Melanzane #15020F

Color information

#15020F (or 0x15020F) is unknown color: approx Melanzane. HEX triplet: 15, 02 and 0F. RGB value is (21,2,15). Sum of RGB (Red+Green+Blue) = 21+2+15=38 (5% of max value = 765). Red value is 21 (8.59% from 255 or 55.26% from 38); Green value is 2 (1.17% from 255 or 5.26% from 38); Blue value is 15 (6.25% from 255 or 39.47% from 38); Max value from RGB is 21 - color contains mainly: red. Hex color #15020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15020F is #EAFDF0. Grayscale: #090909. Windows color (decimal): -15400433 or 983573. OLE color: 983573.

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

Color convert

RGB21215-
CMYK00.900.290.92
HSL318.95º82.61%4.51%-
HSV(B)318.95º90.48%8.24%-
XYZ0.420.240.48-
YUV9.16131.29136.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 55.26%
GREEN value IS 2 (1.17% from 255) = 5.26%
BLUE value IS 15 (6.25% from 255) = 39.47%
R=55.26%
G=5.26%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.29
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2121500.900.290.92318.9582.614.51
Hex152F05A1D5C13f535
Octal252170132351344771235
Binary10101101111010110101110110111001001111111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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