#150812

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

Shades of Melanzane #150812

Tints of Melanzane #150812

Color information

#150812 (or 0x150812) is unknown color: approx Melanzane. HEX triplet: 15, 08 and 12. RGB value is (21,8,18). Sum of RGB (Red+Green+Blue) = 21+8+18=47 (6% of max value = 765). Red value is 21 (8.59% from 255 or 44.68% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 21 - color contains mainly: red. Hex color #150812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150812 is #EAF7ED. Grayscale: #0D0D0D. Windows color (decimal): -15398894 or 1181717. OLE color: 1181717.

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

Color convert

RGB21818-
CMYK00.620.140.92
HSL313.85º44.83%5.69%-
HSV(B)313.85º61.9%8.24%-
XYZ0.510.380.62-
YUV13.03130.81133.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 44.68%
GREEN value IS 8 (3.52% from 255) = 17.02%
BLUE value IS 18 (7.42% from 255) = 38.30%
R=44.68%
G=17.02%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2181800.620.140.92313.8544.835.69
Hex1581203EE5C13a2d6
Octal25102207616134472556
Binary10101100010010011111011101011100100111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150812; }

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

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

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

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

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

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

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

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