#100402

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

Shades of Black #100402

Tints of Black #100402

Color information

#100402 (or 0x100402) is unknown color: approx Black. HEX triplet: 10, 04 and 02. RGB value is (16,4,2). Sum of RGB (Red+Green+Blue) = 16+4+2=22 (2% of max value = 765). Red value is 16 (6.64% from 255 or 72.73% from 22); Green value is 4 (1.95% from 255 or 18.18% from 22); Blue value is 2 (1.17% from 255 or 9.09% from 22); Max value from RGB is 16 - color contains mainly: red. Hex color #100402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100402 is #EFFBFD. Grayscale: #070707. Windows color (decimal): -15727614 or 132112. OLE color: 132112.

HSL color Cylindrical-coordinate representation of color #100402: hue angle of 8.57º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #100402 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.94.

Color convert

RGB1642-
CMYK00.750.870.94
HSL8.57º77.78%3.53%-
HSV(B)8.57º87.5%6.27%-
XYZ0.270.20.08-
YUV7.36124.98134.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 72.73%
GREEN value IS 4 (1.95% from 255) = 18.18%
BLUE value IS 2 (1.17% from 255) = 9.09%
R=72.73%
G=18.18%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.87
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal164200.750.870.948.5777.783.53
Hex104204B575E94e4
Octal20420113127136111164
Binary1000010010010010111010111101111010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100402; }

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

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

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

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

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

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

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

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