#0A0701

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

Shades of Black #0A0701

Tints of Black #0A0701

Color information

#0A0701 (or 0x0A0701) is unknown color: approx Black. HEX triplet: 0A, 07 and 01. RGB value is (10,7,1). Sum of RGB (Red+Green+Blue) = 10+7+1=18 (2% of max value = 765). Red value is 10 (4.30% from 255 or 55.56% from 18); Green value is 7 (3.12% from 255 or 38.89% from 18); Blue value is 1 (0.78% from 255 or 5.56% from 18); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0701 is #F5F8FE. Grayscale: #070707. Windows color (decimal): -16120063 or 67338. OLE color: 67338.

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

Color convert

RGB1071-
CMYK00.300.900.96
HSL40º81.82%2.16%-
HSV(B)40º90%3.92%-
XYZ0.210.220.06-
YUV7.21124.49129.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 55.56%
GREEN value IS 7 (3.12% from 255) = 38.89%
BLUE value IS 1 (0.78% from 255) = 5.56%
R=55.56%
G=38.89%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.90
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal107100.300.900.964081.822.16
HexA7101E5A6028522
Octal1271036132140501222
Binary1010111101111010110101100000101000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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