#100E0E

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

Shades of Black #100E0E

Tints of Black #100E0E

Color information

#100E0E (or 0x100E0E) is unknown color: approx Black. HEX triplet: 10, 0E and 0E. RGB value is (16,14,14). Sum of RGB (Red+Green+Blue) = 16+14+14=44 (5% of max value = 765). Red value is 16 (6.64% from 255 or 36.36% from 44); Green value is 14 (5.86% from 255 or 31.82% from 44); Blue value is 14 (5.86% from 255 or 31.82% from 44); Max value from RGB is 16 - color contains mainly: red. Hex color #100E0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100E0E is #EFF1F1. Grayscale: #0E0E0E. Windows color (decimal): -15725042 or 921104. OLE color: 921104.

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

Color convert

RGB161414-
CMYK00.130.130.94
HSL6.67%5.88%-
HSV(B)12.5%6.27%-
XYZ0.450.460.48-
YUV14.6127.66129-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 36.36%
GREEN value IS 14 (5.86% from 255) = 31.82%
BLUE value IS 14 (5.86% from 255) = 31.82%
R=36.36%
G=31.82%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal16141400.130.130.9406.675.88
Hex10EE0DD5E076
Octal20161601515136076
Binary100001110111001101110110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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