#0A0601

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

Shades of Black #0A0601

Tints of Black #0A0601

Color information

#0A0601 (or 0x0A0601) is unknown color: approx Black. HEX triplet: 0A, 06 and 01. RGB value is (10,6,1). Sum of RGB (Red+Green+Blue) = 10+6+1=17 (2% of max value = 765). Red value is 10 (4.30% from 255 or 58.82% from 17); Green value is 6 (2.73% from 255 or 35.29% from 17); Blue value is 1 (0.78% from 255 or 5.88% from 17); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0601 is #F5F9FE. Grayscale: #060606. Windows color (decimal): -16120319 or 67082. OLE color: 67082.

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

Color convert

RGB1061-
CMYK00.40.900.96
HSL33.33º81.82%2.16%-
HSV(B)33.33º90%3.92%-
XYZ0.20.20.06-
YUV6.63124.83130.41-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 58.82%
GREEN value IS 6 (2.73% from 255) = 35.29%
BLUE value IS 1 (0.78% from 255) = 5.88%
R=58.82%
G=35.29%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.90
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal106100.40.900.9633.3381.822.16
HexA610285A6021522
Octal1261050132140411222
Binary10101101010100010110101100000100001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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