#100505

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

Shades of Black #100505

Tints of Black #100505

Color information

#100505 (or 0x100505) is unknown color: approx Black. HEX triplet: 10, 05 and 05. RGB value is (16,5,5). Sum of RGB (Red+Green+Blue) = 16+5+5=26 (3% of max value = 765). Red value is 16 (6.64% from 255 or 61.54% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 5 (2.34% from 255 or 19.23% from 26); Max value from RGB is 16 - color contains mainly: red. Hex color #100505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100505 is #EFFAFA. Grayscale: #080808. Windows color (decimal): -15727355 or 328976. OLE color: 328976.

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

Color convert

RGB1655-
CMYK00.690.690.94
HSL52.38%4.12%-
HSV(B)68.75%6.27%-
XYZ0.30.230.17-
YUV8.29126.14133.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 61.54%
GREEN value IS 5 (2.34% from 255) = 19.23%
BLUE value IS 5 (2.34% from 255) = 19.23%
R=61.54%
G=19.23%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal165500.690.690.94052.384.12
Hex1055045455E0344
Octal205501051051360644
Binary1000010110101000101100010110111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100505; }

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

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

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

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

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

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

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

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