#100401

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

Shades of Black #100401

Tints of Black #100401

Color information

#100401 (or 0x100401) is unknown color: approx Black. HEX triplet: 10, 04 and 01. RGB value is (16,4,1). Sum of RGB (Red+Green+Blue) = 16+4+1=21 (2% of max value = 765). Red value is 16 (6.64% from 255 or 76.19% from 21); Green value is 4 (1.95% from 255 or 19.05% from 21); Blue value is 1 (0.78% from 255 or 4.76% from 21); Max value from RGB is 16 - color contains mainly: red. Hex color #100401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100401 is #EFFBFE. Grayscale: #070707. Windows color (decimal): -15727615 or 66576. OLE color: 66576.

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

Color convert

RGB1641-
CMYK00.750.940.94
HSL12º88.24%3.33%-
HSV(B)12º93.75%6.27%-
XYZ0.260.20.05-
YUV7.25124.48134.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 76.19%
GREEN value IS 4 (1.95% from 255) = 19.05%
BLUE value IS 1 (0.78% from 255) = 4.76%
R=76.19%
G=19.05%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal164100.750.940.941288.243.33
Hex104104B5E5Ec583
Octal20410113136136141303
Binary10000100101001011101111010111101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100401; }

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

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

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

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

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

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

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

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