#101010

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

Shades of Black #101010

Tints of Black #101010

Color information

#101010 (or 0x101010) is unknown color: approx Black. HEX triplet: 10, 10 and 10. RGB value is (16,16,16). Sum of RGB (Red+Green+Blue) = 16+16+16=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 16 (6.64% from 255 or 33.33% from 48); Blue value is 16 (6.64% from 255 or 33.33% from 48); Max value from RGB is 16 - color contains mainly: red, green, blue. Hex color #101010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101010 is #EFEFEF. Grayscale: #0F0F0F. Windows color (decimal): -15724528 or 1052688. OLE color: 1052688.

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

Color convert

RGB161616-
CMYK0000.94
HSL0%6.27%-
HSV(B)0%6.27%-
XYZ0.490.520.56-
YUV16128128-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 33.33%
GREEN value IS 16 (6.64% from 255) = 33.33%
BLUE value IS 16 (6.64% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1616160000.94006.27
Hex1010100005E006
Octal202020000136006
Binary100001000010000000101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101010; }

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

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

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

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

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

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

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

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