#150C13

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

Shades of Melanzane #150C13

Tints of Melanzane #150C13

Color information

#150C13 (or 0x150C13) is unknown color: approx Melanzane. HEX triplet: 15, 0C and 13. RGB value is (21,12,19). Sum of RGB (Red+Green+Blue) = 21+12+19=52 (6% of max value = 765). Red value is 21 (8.59% from 255 or 40.38% from 52); Green value is 12 (5.08% from 255 or 23.08% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 21 - color contains mainly: red. Hex color #150C13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150C13 is #EAF3EC. Grayscale: #0F0F0F. Windows color (decimal): -15397869 or 1248277. OLE color: 1248277.

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

Color convert

RGB211219-
CMYK00.430.100.92
HSL313.33º27.27%6.47%-
HSV(B)313.33º42.86%8.24%-
XYZ0.560.470.68-
YUV15.49129.98131.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 40.38%
GREEN value IS 12 (5.08% from 255) = 23.08%
BLUE value IS 19 (7.81% from 255) = 36.54%
R=40.38%
G=23.08%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21121900.430.100.92313.3327.276.47
Hex15C1302BA5C1391b6
Octal25142305312134471336
Binary1010111001001101010111010101110010011100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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