#000A01

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

Shades of Black Bean #000A01

Tints of Black Bean #000A01

Color information

#000A01 (or 0x000A01) is unknown color: approx Black Bean. HEX triplet: 00, 0A and 01. RGB value is (0,10,1). Sum of RGB (Red+Green+Blue) = 0+10+1=11 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 11); Green value is 10 (4.30% from 255 or 90.91% from 11); Blue value is 1 (0.78% from 255 or 9.09% from 11); Max value from RGB is 10 - color contains mainly: green. Hex color #000A01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000A01 is #FFF5FE. Grayscale: #060606. Windows color (decimal): -16774655 or 68096. OLE color: 68096.

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

Color convert

RGB0101-
CMYK100.900.96
HSL126º100%1.96%-
HSV(B)126º100%3.92%-
XYZ0.110.220.07-
YUV5.98125.19123.73-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 10 (4.30% from 255) = 90.91%
BLUE value IS 1 (0.78% from 255) = 9.09%
R=0%
G=90.91%
B=9.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal0101100.900.961261001.96
Hex0A16405A607e642
Octal012114401321401761442
Binary01010111001000101101011000001111110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000A01; }

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

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

<style>
 a { background-color: #000A01; }

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

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

<style>
 span { border-color: #000A01; }

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

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