#100604

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

Shades of Black #100604

Tints of Black #100604

Color information

#100604 (or 0x100604) is unknown color: approx Black. HEX triplet: 10, 06 and 04. RGB value is (16,6,4). Sum of RGB (Red+Green+Blue) = 16+6+4=26 (3% of max value = 765). Red value is 16 (6.64% from 255 or 61.54% from 26); Green value is 6 (2.73% from 255 or 23.08% from 26); Blue value is 4 (1.95% from 255 or 15.38% from 26); Max value from RGB is 16 - color contains mainly: red. Hex color #100604 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100604 is #EFF9FB. Grayscale: #080808. Windows color (decimal): -15727100 or 263696. OLE color: 263696.

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

Color convert

RGB1664-
CMYK00.620.750.94
HSL10º60%3.92%-
HSV(B)10º75%6.27%-
XYZ0.30.250.15-
YUV8.76125.31133.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 61.54%
GREEN value IS 6 (2.73% from 255) = 23.08%
BLUE value IS 4 (1.95% from 255) = 15.38%
R=61.54%
G=23.08%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal166400.620.750.9410603.92
Hex106403E4B5Ea3c4
Octal206407611313612744
Binary100001101000111110100101110111101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100604; }

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

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

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

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

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

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

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

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