#150B13

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

Shades of Melanzane #150B13

Tints of Melanzane #150B13

Color information

#150B13 (or 0x150B13) is unknown color: approx Melanzane. HEX triplet: 15, 0B and 13. RGB value is (21,11,19). Sum of RGB (Red+Green+Blue) = 21+11+19=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 11 (4.69% from 255 or 21.57% from 51); Blue value is 19 (7.81% from 255 or 37.25% from 51); Max value from RGB is 21 - color contains mainly: red. Hex color #150B13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B13 is #EAF4EC. Grayscale: #0E0E0E. Windows color (decimal): -15398125 or 1248021. OLE color: 1248021.

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

Color convert

RGB211119-
CMYK00.480.100.92
HSL312º31.25%6.27%-
HSV(B)312º47.62%8.24%-
XYZ0.550.450.67-
YUV14.9130.31132.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 41.18%
GREEN value IS 11 (4.69% from 255) = 21.57%
BLUE value IS 19 (7.81% from 255) = 37.25%
R=41.18%
G=21.57%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21111900.480.100.9231231.256.27
Hex15B13030A5C1381f6
Octal25132306012134470376
Binary1010110111001101100001010101110010011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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