#100201

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

Shades of Black #100201

Tints of Black #100201

Color information

#100201 (or 0x100201) is unknown color: approx Black. HEX triplet: 10, 02 and 01. RGB value is (16,2,1). Sum of RGB (Red+Green+Blue) = 16+2+1=19 (2% of max value = 765). Red value is 16 (6.64% from 255 or 84.21% from 19); Green value is 2 (1.17% from 255 or 10.53% from 19); Blue value is 1 (0.78% from 255 or 5.26% from 19); Max value from RGB is 16 - color contains mainly: red. Hex color #100201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100201 is #EFFDFE. Grayscale: #060606. Windows color (decimal): -15728127 or 66064. OLE color: 66064.

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

Color convert

RGB1621-
CMYK00.870.940.94
HSL88.24%3.33%-
HSV(B)93.75%6.27%-
XYZ0.240.160.05-
YUV6.07125.14135.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 84.21%
GREEN value IS 2 (1.17% from 255) = 10.53%
BLUE value IS 1 (0.78% from 255) = 5.26%
R=84.21%
G=10.53%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal162100.870.940.94488.243.33
Hex10210575E5E4583
Octal2021012713613641303
Binary100001010101011110111101011110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100201; }

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

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

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

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

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

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

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

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