#100701

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

Shades of Black #100701

Tints of Black #100701

Color information

#100701 (or 0x100701) is unknown color: approx Black. HEX triplet: 10, 07 and 01. RGB value is (16,7,1). Sum of RGB (Red+Green+Blue) = 16+7+1=24 (3% of max value = 765). Red value is 16 (6.64% from 255 or 66.67% from 24); Green value is 7 (3.12% from 255 or 29.17% from 24); Blue value is 1 (0.78% from 255 or 4.17% from 24); Max value from RGB is 16 - color contains mainly: red. Hex color #100701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100701 is #EFF8FE. Grayscale: #090909. Windows color (decimal): -15726847 or 67344. OLE color: 67344.

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

Color convert

RGB1671-
CMYK00.560.940.94
HSL24º88.24%3.33%-
HSV(B)24º93.75%6.27%-
XYZ0.30.260.06-
YUV9.01123.48132.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 66.67%
GREEN value IS 7 (3.12% from 255) = 29.17%
BLUE value IS 1 (0.78% from 255) = 4.17%
R=66.67%
G=29.17%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal167100.560.940.942488.243.33
Hex10710385E5E18583
Octal2071070136136301303
Binary10000111101110001011110101111011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100701; }

 p { color: rgb(16,7,1); }

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

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

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

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

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

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

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