#100605

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

Shades of Black #100605

Tints of Black #100605

Color information

#100605 (or 0x100605) is unknown color: approx Black. HEX triplet: 10, 06 and 05. RGB value is (16,6,5). Sum of RGB (Red+Green+Blue) = 16+6+5=27 (3% of max value = 765). Red value is 16 (6.64% from 255 or 59.26% from 27); Green value is 6 (2.73% from 255 or 22.22% from 27); Blue value is 5 (2.34% from 255 or 18.52% from 27); Max value from RGB is 16 - color contains mainly: red. Hex color #100605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100605 is #EFF9FA. Grayscale: #080808. Windows color (decimal): -15727099 or 329232. OLE color: 329232.

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

Color convert

RGB1665-
CMYK00.620.690.94
HSL5.45º52.38%4.12%-
HSV(B)5.45º68.75%6.27%-
XYZ0.310.250.18-
YUV8.88125.81133.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 59.26%
GREEN value IS 6 (2.73% from 255) = 22.22%
BLUE value IS 5 (2.34% from 255) = 18.52%
R=59.26%
G=22.22%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal166500.620.690.945.4552.384.12
Hex106503E455E5344
Octal20650761051365644
Binary10000110101011111010001011011110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100605; }

 p { color: rgb(16,6,5); }

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

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

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

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

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

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

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