#100504

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

Shades of Black #100504

Tints of Black #100504

Color information

#100504 (or 0x100504) is unknown color: approx Black. HEX triplet: 10, 05 and 04. RGB value is (16,5,4). Sum of RGB (Red+Green+Blue) = 16+5+4=25 (3% of max value = 765). Red value is 16 (6.64% from 255 or 64% from 25); Green value is 5 (2.34% from 255 or 20% from 25); Blue value is 4 (1.95% from 255 or 16% from 25); Max value from RGB is 16 - color contains mainly: red. Hex color #100504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100504 is #EFFAFB. Grayscale: #080808. Windows color (decimal): -15727356 or 263440. OLE color: 263440.

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

Color convert

RGB1654-
CMYK00.690.750.94
HSL60%3.92%-
HSV(B)75%6.27%-
XYZ0.290.230.14-
YUV8.17125.64133.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 64%
GREEN value IS 5 (2.34% from 255) = 20%
BLUE value IS 4 (1.95% from 255) = 16%
R=64%
G=20%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal165400.690.750.945603.92
Hex10540454B5E53c4
Octal205401051131365744
Binary100001011000100010110010111011110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100504; }

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

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

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

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

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

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

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

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