#100D0D

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

Shades of Black #100D0D

Tints of Black #100D0D

Color information

#100D0D (or 0x100D0D) is unknown color: approx Black. HEX triplet: 10, 0D and 0D. RGB value is (16,13,13). Sum of RGB (Red+Green+Blue) = 16+13+13=42 (5% of max value = 765). Red value is 16 (6.64% from 255 or 38.10% from 42); Green value is 13 (5.47% from 255 or 30.95% from 42); Blue value is 13 (5.47% from 255 or 30.95% from 42); Max value from RGB is 16 - color contains mainly: red. Hex color #100D0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100D0D is #EFF2F2. Grayscale: #0D0D0D. Windows color (decimal): -15725299 or 855312. OLE color: 855312.

HSL color Cylindrical-coordinate representation of color #100D0D: hue angle of 0º 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 #100D0D is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.94.

Color convert

RGB161313-
CMYK00.190.190.94
HSL10.34%5.69%-
HSV(B)18.75%6.27%-
XYZ0.430.430.44-
YUV13.9127.49129.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 38.10%
GREEN value IS 13 (5.47% from 255) = 30.95%
BLUE value IS 13 (5.47% from 255) = 30.95%
R=38.10%
G=30.95%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal16131300.190.190.94010.345.69
Hex10DD013135E0a6
Octal201515023231360126
Binary100001101110101001110011101111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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