#150E13

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

Shades of Melanzane #150E13

Tints of Melanzane #150E13

Color information

#150E13 (or 0x150E13) is unknown color: approx Melanzane. HEX triplet: 15, 0E and 13. RGB value is (21,14,19). Sum of RGB (Red+Green+Blue) = 21+14+19=54 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.89% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 21 - color contains mainly: red. Hex color #150E13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E13 is #EAF1EC. Grayscale: #101010. Windows color (decimal): -15397357 or 1248789. OLE color: 1248789.

HSL color Cylindrical-coordinate representation of color #150E13: hue angle of 317.14º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #150E13 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB211419-
CMYK00.330.100.92
HSL317.14º20%6.86%-
HSV(B)317.14º33.33%8.24%-
XYZ0.580.520.69-
YUV16.66129.32131.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 38.89%
GREEN value IS 14 (5.86% from 255) = 25.93%
BLUE value IS 19 (7.81% from 255) = 35.19%
R=38.89%
G=25.93%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21141900.330.100.92317.14206.86
Hex15E13021A5C13d147
Octal25162304112134475247
Binary1010111101001101000011010101110010011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150E13; }

 p { color: rgb(21,14,19); }

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

<style>
 a { background-color: #150E13; }

 a { background-color: rgb(21,14,19); }

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

<style>
 span { border-color: #150E13; }

 span { border-color: rgb(21,14,19); }

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