#150D12

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

Shades of Melanzane #150D12

Tints of Melanzane #150D12

Color information

#150D12 (or 0x150D12) is unknown color: approx Melanzane. HEX triplet: 15, 0D and 12. RGB value is (21,13,18). Sum of RGB (Red+Green+Blue) = 21+13+18=52 (6% of max value = 765). Red value is 21 (8.59% from 255 or 40.38% from 52); Green value is 13 (5.47% from 255 or 25% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 21 - color contains mainly: red. Hex color #150D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150D12 is #EAF2ED. Grayscale: #0F0F0F. Windows color (decimal): -15397614 or 1182997. OLE color: 1182997.

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

Color convert

RGB211318-
CMYK00.380.140.92
HSL322.5º23.53%6.67%-
HSV(B)322.5º38.1%8.24%-
XYZ0.560.490.64-
YUV15.96129.15131.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 40.38%
GREEN value IS 13 (5.47% from 255) = 25%
BLUE value IS 18 (7.42% from 255) = 34.62%
R=40.38%
G=25%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21131800.380.140.92322.523.536.67
Hex15D12026E5C142187
Octal25152204616134502307
Binary1010111011001001001101110101110010100001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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