#100B0E

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

Shades of Melanzane #100B0E

Tints of Melanzane #100B0E

Color information

#100B0E (or 0x100B0E) is unknown color: approx Melanzane. HEX triplet: 10, 0B and 0E. RGB value is (16,11,14). Sum of RGB (Red+Green+Blue) = 16+11+14=41 (5% of max value = 765). Red value is 16 (6.64% from 255 or 39.02% from 41); Green value is 11 (4.69% from 255 or 26.83% from 41); Blue value is 14 (5.86% from 255 or 34.15% from 41); Max value from RGB is 16 - color contains mainly: red. Hex color #100B0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100B0E is #EFF4F1. Grayscale: #0C0C0C. Windows color (decimal): -15725810 or 920336. OLE color: 920336.

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

Color convert

RGB161114-
CMYK00.310.130.94
HSL324º18.52%5.29%-
HSV(B)324º31.25%6.27%-
XYZ0.410.380.47-
YUV12.84128.66130.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 39.02%
GREEN value IS 11 (4.69% from 255) = 26.83%
BLUE value IS 14 (5.86% from 255) = 34.15%
R=39.02%
G=26.83%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal16111400.310.130.9432418.525.29
Hex10BE01FD5E144135
Octal20131603715136504235
Binary10000101111100111111101101111010100010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,11,14); }

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

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

 a { background-color: rgb(16,11,14); }

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

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

 span { border-color: rgb(16,11,14); }

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