#100301

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

Shades of Black #100301

Tints of Black #100301

Color information

#100301 (or 0x100301) is unknown color: approx Black. HEX triplet: 10, 03 and 01. RGB value is (16,3,1). Sum of RGB (Red+Green+Blue) = 16+3+1=20 (2% of max value = 765). Red value is 16 (6.64% from 255 or 80% from 20); Green value is 3 (1.56% from 255 or 15% from 20); Blue value is 1 (0.78% from 255 or 5% from 20); Max value from RGB is 16 - color contains mainly: red. Hex color #100301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100301 is #EFFCFE. Grayscale: #060606. Windows color (decimal): -15727871 or 66320. OLE color: 66320.

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

Color convert

RGB1631-
CMYK00.810.940.94
HSL88.24%3.33%-
HSV(B)93.75%6.27%-
XYZ0.250.180.05-
YUV6.66124.81134.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 80%
GREEN value IS 3 (1.56% from 255) = 15%
BLUE value IS 1 (0.78% from 255) = 5%
R=80%
G=15%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.94
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal163100.810.940.94888.243.33
Hex10310515E5E8583
Octal20310121136136101303
Binary1000011101010001101111010111101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100301; }

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

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

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

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

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

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

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

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