#000801

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

Shades of Black Bean #000801

Tints of Black Bean #000801

Color information

#000801 (or 0x000801) is unknown color: approx Black Bean. HEX triplet: 00, 08 and 01. RGB value is (0,8,1). Sum of RGB (Red+Green+Blue) = 0+8+1=9 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 9); Green value is 8 (3.52% from 255 or 88.89% from 9); Blue value is 1 (0.78% from 255 or 11.11% from 9); Max value from RGB is 8 - color contains mainly: green. Hex color #000801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000801 is #FFF7FE. Grayscale: #040404. Windows color (decimal): -16775167 or 67584. OLE color: 67584.

HSL color Cylindrical-coordinate representation of color #000801: hue angle of 127.5º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000801 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.97.

Color convert

RGB081-
CMYK100.880.97
HSL127.5º100%1.57%-
HSV(B)127.5º100%3.14%-
XYZ0.090.180.06-
YUV4.81125.85124.57-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 8 (3.52% from 255) = 88.89%
BLUE value IS 1 (0.78% from 255) = 11.11%
R=0%
G=88.89%
B=11.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal081100.880.97127.51001.57
Hex081640586180642
Octal010114401301412001442
Binary010001110010001011000110000110000000110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000801; }

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

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

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

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

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

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

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

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