#150913

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

Shades of Melanzane #150913

Tints of Melanzane #150913

Color information

#150913 (or 0x150913) is unknown color: approx Melanzane. HEX triplet: 15, 09 and 13. RGB value is (21,9,19). Sum of RGB (Red+Green+Blue) = 21+9+19=49 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42.86% from 49); Green value is 9 (3.91% from 255 or 18.37% from 49); Blue value is 19 (7.81% from 255 or 38.78% from 49); Max value from RGB is 21 - color contains mainly: red. Hex color #150913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150913 is #EAF6EC. Grayscale: #0D0D0D. Windows color (decimal): -15398637 or 1247509. OLE color: 1247509.

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

Color convert

RGB21919-
CMYK00.570.100.92
HSL310º40%5.88%-
HSV(B)310º57.14%8.24%-
XYZ0.520.40.67-
YUV13.73130.98133.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 42.86%
GREEN value IS 9 (3.91% from 255) = 18.37%
BLUE value IS 19 (7.81% from 255) = 38.78%
R=42.86%
G=18.37%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2191900.570.100.92310405.88
Hex15913039A5C136286
Octal25112307112134466506
Binary10101100110011011100110101011100100110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150913; }

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

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

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

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

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

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

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

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