#0A0501

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

Shades of Black #0A0501

Tints of Black #0A0501

Color information

#0A0501 (or 0x0A0501) is unknown color: approx Black. HEX triplet: 0A, 05 and 01. RGB value is (10,5,1). Sum of RGB (Red+Green+Blue) = 10+5+1=16 (2% of max value = 765). Red value is 10 (4.30% from 255 or 62.5% from 16); Green value is 5 (2.34% from 255 or 31.25% from 16); Blue value is 1 (0.78% from 255 or 6.25% from 16); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0501 is #F5FAFE. Grayscale: #060606. Windows color (decimal): -16120575 or 66826. OLE color: 66826.

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

Color convert

RGB1051-
CMYK00.500.900.96
HSL26.67º81.82%2.16%-
HSV(B)26.67º90%3.92%-
XYZ0.180.180.05-
YUV6.04125.16130.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 62.5%
GREEN value IS 5 (2.34% from 255) = 31.25%
BLUE value IS 1 (0.78% from 255) = 6.25%
R=62.5%
G=31.25%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.90
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal105100.500.900.9626.6781.822.16
HexA510325A601b522
Octal1251062132140331222
Binary1010101101100101011010110000011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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