#150710

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

Shades of Melanzane #150710

Tints of Melanzane #150710

Color information

#150710 (or 0x150710) is unknown color: approx Melanzane. HEX triplet: 15, 07 and 10. RGB value is (21,7,16). Sum of RGB (Red+Green+Blue) = 21+7+16=44 (5% of max value = 765). Red value is 21 (8.59% from 255 or 47.73% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 16 (6.64% from 255 or 36.36% from 44); Max value from RGB is 21 - color contains mainly: red. Hex color #150710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150710 is #EAF8EF. Grayscale: #0C0C0C. Windows color (decimal): -15399152 or 1050389. OLE color: 1050389.

HSL color Cylindrical-coordinate representation of color #150710: hue angle of 321.43º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #150710 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.92.

Color convert

RGB21716-
CMYK00.670.240.92
HSL321.43º50%5.49%-
HSV(B)321.43º66.67%8.24%-
XYZ0.480.350.53-
YUV12.21130.14134.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 47.73%
GREEN value IS 7 (3.12% from 255) = 15.91%
BLUE value IS 16 (6.64% from 255) = 36.36%
R=47.73%
G=15.91%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2171600.670.240.92321.43505.49
Hex15710043185C141325
Octal25720010330134501625
Binary101011111000001000011110001011100101000001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150710; }

 p { color: rgb(21,7,16); }

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

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

 a { background-color: rgb(21,7,16); }

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

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

 span { border-color: rgb(21,7,16); }

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