#150A12

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

Shades of Melanzane #150A12

Tints of Melanzane #150A12

Color information

#150A12 (or 0x150A12) is unknown color: approx Melanzane. HEX triplet: 15, 0A and 12. RGB value is (21,10,18). Sum of RGB (Red+Green+Blue) = 21+10+18=49 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42.86% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 21 - color contains mainly: red. Hex color #150A12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150A12 is #EAF5ED. Grayscale: #0E0E0E. Windows color (decimal): -15398382 or 1182229. OLE color: 1182229.

HSL color Cylindrical-coordinate representation of color #150A12: hue angle of 316.36º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #150A12 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.92.

Color convert

RGB211018-
CMYK00.520.140.92
HSL316.36º35.48%6.08%-
HSV(B)316.36º52.38%8.24%-
XYZ0.530.420.63-
YUV14.2130.14132.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 42.86%
GREEN value IS 10 (4.30% from 255) = 20.41%
BLUE value IS 18 (7.42% from 255) = 36.73%
R=42.86%
G=20.41%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21101800.520.140.92316.3635.486.08
Hex15A12034E5C13c236
Octal25122206416134474436
Binary10101101010010011010011101011100100111100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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