#10000D

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

Shades of Melanzane #10000D

Tints of Melanzane #10000D

Color information

#10000D (or 0x10000D) is unknown color: approx Melanzane. HEX triplet: 10, 00 and 0D. RGB value is (16,0,13). Sum of RGB (Red+Green+Blue) = 16+0+13=29 (3% of max value = 765). Red value is 16 (6.64% from 255 or 55.17% from 29); Green value is 0 (0.39% from 255 or 0% from 29); Blue value is 13 (5.47% from 255 or 44.83% from 29); Max value from RGB is 16 - color contains mainly: red. Hex color #10000D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10000D is #EFFFF2. Grayscale: #060606. Windows color (decimal): -15728627 or 851984. OLE color: 851984.

HSL color Cylindrical-coordinate representation of color #10000D: hue angle of 311.25º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10000D is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.94.

Color convert

RGB16013-
CMYK010.190.94
HSL311.25º100%3.14%-
HSV(B)311.25º100%6.27%-
XYZ0.290.140.39-
YUV6.27131.8134.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 55.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 44.83%
R=55.17%
G=0%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.19
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal16013010.190.94311.251003.14
Hex100D064135E137643
Octal200150144231364671443
Binary100000110101100100100111011110100110111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10000D; }

 p { color: rgb(16,0,13); }

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

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

 a { background-color: rgb(16,0,13); }

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

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

 span { border-color: rgb(16,0,13); }

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