#100D0B

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

Shades of Black #100D0B

Tints of Black #100D0B

Color information

#100D0B (or 0x100D0B) is unknown color: approx Black. HEX triplet: 10, 0D and 0B. RGB value is (16,13,11). Sum of RGB (Red+Green+Blue) = 16+13+11=40 (5% of max value = 765). Red value is 16 (6.64% from 255 or 40% from 40); Green value is 13 (5.47% from 255 or 32.5% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 16 - color contains mainly: red. Hex color #100D0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100D0B is #EFF2F4. Grayscale: #0D0D0D. Windows color (decimal): -15725301 or 724240. OLE color: 724240.

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

Color convert

RGB161311-
CMYK00.190.310.94
HSL24º18.52%5.29%-
HSV(B)24º31.25%6.27%-
XYZ0.420.420.38-
YUV13.67126.49129.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 40%
GREEN value IS 13 (5.47% from 255) = 32.5%
BLUE value IS 11 (4.69% from 255) = 27.5%
R=40%
G=32.5%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal16131100.190.310.942418.525.29
Hex10DB0131F5E18135
Octal2015130233713630235
Binary10000110110110100111111110111101100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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