#0A0101

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

Shades of Black #0A0101

Tints of Black #0A0101

Color information

#0A0101 (or 0x0A0101) is unknown color: approx Black. HEX triplet: 0A, 01 and 01. RGB value is (10,1,1). Sum of RGB (Red+Green+Blue) = 10+1+1=12 (1% of max value = 765). Red value is 10 (4.30% from 255 or 83.33% from 12); Green value is 1 (0.78% from 255 or 8.33% from 12); Blue value is 1 (0.78% from 255 or 8.33% from 12); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0101 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0101 is #F5FEFE. Grayscale: #030303. Windows color (decimal): -16121599 or 65802. OLE color: 65802.

HSL color Cylindrical-coordinate representation of color #0A0101: hue angle of 0º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A0101 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.96.

Color convert

RGB1011-
CMYK00.900.900.96
HSL81.82%2.16%-
HSV(B)90%3.92%-
XYZ0.140.090.04-
YUV3.69126.48132.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 83.33%
GREEN value IS 1 (0.78% from 255) = 8.33%
BLUE value IS 1 (0.78% from 255) = 8.33%
R=83.33%
G=8.33%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.90
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal101100.900.900.96081.822.16
HexA1105A5A600522
Octal1211013213214001222
Binary10101101011010101101011000000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A0101; }

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

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

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

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

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

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

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

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