#100404

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

Shades of Black #100404

Tints of Black #100404

Color information

#100404 (or 0x100404) is unknown color: approx Black. HEX triplet: 10, 04 and 04. RGB value is (16,4,4). Sum of RGB (Red+Green+Blue) = 16+4+4=24 (3% of max value = 765). Red value is 16 (6.64% from 255 or 66.67% from 24); Green value is 4 (1.95% from 255 or 16.67% from 24); Blue value is 4 (1.95% from 255 or 16.67% from 24); Max value from RGB is 16 - color contains mainly: red. Hex color #100404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100404 is #EFFBFB. Grayscale: #070707. Windows color (decimal): -15727612 or 263184. OLE color: 263184.

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

Color convert

RGB1644-
CMYK00.750.750.94
HSL60%3.92%-
HSV(B)75%6.27%-
XYZ0.280.210.14-
YUV7.59125.98134-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 66.67%
GREEN value IS 4 (1.95% from 255) = 16.67%
BLUE value IS 4 (1.95% from 255) = 16.67%
R=66.67%
G=16.67%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal164400.750.750.940603.92
Hex104404B4B5E03c4
Octal204401131131360744
Binary1000010010001001011100101110111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100404; }

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

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

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

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

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

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

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

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