#150B12

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

Shades of Melanzane #150B12

Tints of Melanzane #150B12

Color information

#150B12 (or 0x150B12) is unknown color: approx Melanzane. HEX triplet: 15, 0B and 12. RGB value is (21,11,18). Sum of RGB (Red+Green+Blue) = 21+11+18=50 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42% from 50); Green value is 11 (4.69% from 255 or 22% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 21 - color contains mainly: red. Hex color #150B12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B12 is #EAF4ED. Grayscale: #0E0E0E. Windows color (decimal): -15398126 or 1182485. OLE color: 1182485.

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

Color convert

RGB211118-
CMYK00.480.140.92
HSL318º31.25%6.27%-
HSV(B)318º47.62%8.24%-
XYZ0.540.440.63-
YUV14.79129.81132.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 42%
GREEN value IS 11 (4.69% from 255) = 22%
BLUE value IS 18 (7.42% from 255) = 36%
R=42%
G=22%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21111800.480.140.9231831.256.27
Hex15B12030E5C13e1f6
Octal25132206016134476376
Binary1010110111001001100001110101110010011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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