#0A0703

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

Shades of Black #0A0703

Tints of Black #0A0703

Color information

#0A0703 (or 0x0A0703) is unknown color: approx Black. HEX triplet: 0A, 07 and 03. RGB value is (10,7,3). Sum of RGB (Red+Green+Blue) = 10+7+3=20 (2% of max value = 765). Red value is 10 (4.30% from 255 or 50% from 20); Green value is 7 (3.12% from 255 or 35% from 20); Blue value is 3 (1.56% from 255 or 15% from 20); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0703 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0703 is #F5F8FC. Grayscale: #070707. Windows color (decimal): -16120061 or 198410. OLE color: 198410.

HSL color Cylindrical-coordinate representation of color #0A0703: hue angle of 34.29º degrees, saturation: 0.54, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0A0703 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.96.

Color convert

RGB1073-
CMYK00.300.700.96
HSL34.29º53.85%2.55%-
HSV(B)34.29º70%3.92%-
XYZ0.220.220.12-
YUV7.44125.49129.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 35%
BLUE value IS 3 (1.56% from 255) = 15%
R=50%
G=35%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal107300.300.700.9634.2953.852.55
HexA7301E466022363
Octal127303610614042663
Binary1010111110111101000110110000010001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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