#15010F

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

Shades of Melanzane #15010F

Tints of Melanzane #15010F

Color information

#15010F (or 0x15010F) is unknown color: approx Melanzane. HEX triplet: 15, 01 and 0F. RGB value is (21,1,15). Sum of RGB (Red+Green+Blue) = 21+1+15=37 (4% of max value = 765). Red value is 21 (8.59% from 255 or 56.76% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 15 (6.25% from 255 or 40.54% from 37); Max value from RGB is 21 - color contains mainly: red. Hex color #15010F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15010F is #EAFEF0. Grayscale: #080808. Windows color (decimal): -15400689 or 983317. OLE color: 983317.

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

Color convert

RGB21115-
CMYK00.950.290.92
HSL318º90.91%4.31%-
HSV(B)318º95.24%8.24%-
XYZ0.410.220.47-
YUV8.58131.63136.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 56.76%
GREEN value IS 1 (0.78% from 255) = 2.70%
BLUE value IS 15 (6.25% from 255) = 40.54%
R=56.76%
G=2.70%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.29
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2111500.950.290.9231890.914.31
Hex151F05F1D5C13e5b4
Octal251170137351344761334
Binary1010111111010111111110110111001001111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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