#100A01

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

Shades of Black #100A01

Tints of Black #100A01

Color information

#100A01 (or 0x100A01) is unknown color: approx Black. HEX triplet: 10, 0A and 01. RGB value is (16,10,1). Sum of RGB (Red+Green+Blue) = 16+10+1=27 (3% of max value = 765). Red value is 16 (6.64% from 255 or 59.26% from 27); Green value is 10 (4.30% from 255 or 37.04% from 27); Blue value is 1 (0.78% from 255 or 3.70% from 27); Max value from RGB is 16 - color contains mainly: red. Hex color #100A01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100A01 is #EFF5FE. Grayscale: #0A0A0A. Windows color (decimal): -15726079 or 68112. OLE color: 68112.

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

Color convert

RGB16101-
CMYK00.370.940.94
HSL36º88.24%3.33%-
HSV(B)36º93.75%6.27%-
XYZ0.330.330.08-
YUV10.77122.49131.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 59.26%
GREEN value IS 10 (4.30% from 255) = 37.04%
BLUE value IS 1 (0.78% from 255) = 3.70%
R=59.26%
G=37.04%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.94
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1610100.370.940.943688.243.33
Hex10A10255E5E24583
Octal20121045136136441303
Binary1000010101010010110111101011110100100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100A01; }

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

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

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

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

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

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

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

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