#100E0D

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

Shades of Black #100E0D

Tints of Black #100E0D

Color information

#100E0D (or 0x100E0D) is unknown color: approx Black. HEX triplet: 10, 0E and 0D. RGB value is (16,14,13). Sum of RGB (Red+Green+Blue) = 16+14+13=43 (5% of max value = 765). Red value is 16 (6.64% from 255 or 37.21% from 43); Green value is 14 (5.86% from 255 or 32.56% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 16 - color contains mainly: red. Hex color #100E0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100E0D is #EFF1F2. Grayscale: #0E0E0E. Windows color (decimal): -15725043 or 855568. OLE color: 855568.

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

Color convert

RGB161413-
CMYK00.130.190.94
HSL20º10.34%5.69%-
HSV(B)20º18.75%6.27%-
XYZ0.440.450.44-
YUV14.48127.16129.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 37.21%
GREEN value IS 14 (5.86% from 255) = 32.56%
BLUE value IS 13 (5.47% from 255) = 30.23%
R=37.21%
G=32.56%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal16141300.130.190.942010.345.69
Hex10ED0D135E14a6
Octal2016150152313624126
Binary100001110110101101100111011110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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