#100704

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

Shades of Black #100704

Tints of Black #100704

Color information

#100704 (or 0x100704) is unknown color: approx Black. HEX triplet: 10, 07 and 04. RGB value is (16,7,4). Sum of RGB (Red+Green+Blue) = 16+7+4=27 (3% of max value = 765). Red value is 16 (6.64% from 255 or 59.26% from 27); Green value is 7 (3.12% from 255 or 25.93% from 27); Blue value is 4 (1.95% from 255 or 14.81% from 27); Max value from RGB is 16 - color contains mainly: red. Hex color #100704 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100704 is #EFF8FB. Grayscale: #090909. Windows color (decimal): -15726844 or 263952. OLE color: 263952.

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

Color convert

RGB1674-
CMYK00.560.750.94
HSL15º60%3.92%-
HSV(B)15º75%6.27%-
XYZ0.310.270.15-
YUV9.35124.98132.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 59.26%
GREEN value IS 7 (3.12% from 255) = 25.93%
BLUE value IS 4 (1.95% from 255) = 14.81%
R=59.26%
G=25.93%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal167400.560.750.9415603.92
Hex10740384B5Ef3c4
Octal207407011313617744
Binary100001111000111000100101110111101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100704; }

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

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

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

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

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

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

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

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