#150E12

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

Shades of Melanzane #150E12

Tints of Melanzane #150E12

Color information

#150E12 (or 0x150E12) is unknown color: approx Melanzane. HEX triplet: 15, 0E and 12. RGB value is (21,14,18). Sum of RGB (Red+Green+Blue) = 21+14+18=53 (7% of max value = 765). Red value is 21 (8.59% from 255 or 39.62% from 53); Green value is 14 (5.86% from 255 or 26.42% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 21 - color contains mainly: red. Hex color #150E12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E12 is #EAF1ED. Grayscale: #101010. Windows color (decimal): -15397358 or 1183253. OLE color: 1183253.

HSL color Cylindrical-coordinate representation of color #150E12: hue angle of 325.71º 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 #150E12 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.92.

Color convert

RGB211418-
CMYK00.330.140.92
HSL325.71º20%6.86%-
HSV(B)325.71º33.33%8.24%-
XYZ0.580.520.64-
YUV16.55128.82131.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 39.62%
GREEN value IS 14 (5.86% from 255) = 26.42%
BLUE value IS 18 (7.42% from 255) = 33.96%
R=39.62%
G=26.42%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21141800.330.140.92325.71206.86
Hex15E12021E5C146147
Octal25162204116134506247
Binary1010111101001001000011110101110010100011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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