#100A0F

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

Shades of Melanzane #100A0F

Tints of Melanzane #100A0F

Color information

#100A0F (or 0x100A0F) is unknown color: approx Melanzane. HEX triplet: 10, 0A and 0F. RGB value is (16,10,15). Sum of RGB (Red+Green+Blue) = 16+10+15=41 (5% of max value = 765). Red value is 16 (6.64% from 255 or 39.02% from 41); Green value is 10 (4.30% from 255 or 24.39% from 41); Blue value is 15 (6.25% from 255 or 36.59% from 41); Max value from RGB is 16 - color contains mainly: red. Hex color #100A0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100A0F is #EFF5F0. Grayscale: #0C0C0C. Windows color (decimal): -15726065 or 985616. OLE color: 985616.

HSL color Cylindrical-coordinate representation of color #100A0F: hue angle of 310º degrees, saturation: 0.23, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #100A0F is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.94.

Color convert

RGB161015-
CMYK00.370.060.94
HSL310º23.08%5.1%-
HSV(B)310º37.5%6.27%-
XYZ0.410.360.5-
YUV12.36129.49130.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 39.02%
GREEN value IS 10 (4.30% from 255) = 24.39%
BLUE value IS 15 (6.25% from 255) = 36.59%
R=39.02%
G=24.39%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal16101500.370.060.9431023.085.1
Hex10AF02565E136175
Octal2012170456136466275
Binary10000101011110100101110101111010011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100A0F; }

 p { color: rgb(16,10,15); }

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

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

 a { background-color: rgb(16,10,15); }

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

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

 span { border-color: rgb(16,10,15); }

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