#100C0F

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

Shades of Melanzane #100C0F

Tints of Melanzane #100C0F

Color information

#100C0F (or 0x100C0F) is unknown color: approx Melanzane. HEX triplet: 10, 0C and 0F. RGB value is (16,12,15). Sum of RGB (Red+Green+Blue) = 16+12+15=43 (5% of max value = 765). Red value is 16 (6.64% from 255 or 37.21% from 43); Green value is 12 (5.08% from 255 or 27.91% from 43); Blue value is 15 (6.25% from 255 or 34.88% from 43); Max value from RGB is 16 - color contains mainly: red. Hex color #100C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100C0F is #EFF3F0. Grayscale: #0D0D0D. Windows color (decimal): -15725553 or 986128. OLE color: 986128.

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

Color convert

RGB161215-
CMYK00.250.060.94
HSL315º14.29%5.49%-
HSV(B)315º25%6.27%-
XYZ0.430.410.51-
YUV13.54128.83129.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 37.21%
GREEN value IS 12 (5.08% from 255) = 27.91%
BLUE value IS 15 (6.25% from 255) = 34.88%
R=37.21%
G=27.91%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal16121500.250.060.9431514.295.49
Hex10CF01965E13be5
Octal2014170316136473165
Binary100001100111101100111010111101001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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