Html Css Color HEX #000801 Black Bean

📋 copy color: '#000801'

red 0 ◦ green 8 ◦ blue 1

#000801
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #000801

Tints of Black Bean #000801

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 value IS 1

 M value IS 0

 Y value IS 0.88

 K value IS 0.97

RGB Variations

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

Color information

#000801 (or 0x000801) is known color: 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

RGB 0 8 1 -
CMYK 1 0 0.88 0.97
HSL 127.5º 1% 0.02% -
HSV(B) 127.5º 1% 0.03% -
XYZ 0.09 0.18 0.06 -
YUV 4.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 0 8 1 1 0 0.88 0.97 127.5 1 0.02
Hex 0 8 1 64 0 58 61 80 64 2
Octal 0 10 1 144 0 130 141 200 144 2
Binary 0 1000 1 1100100 0 1011000 1100001 10000000 1100100 10

Color Harmonies of #000801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000801

Black with #000801

Text Example


Text Example

White with #000801

Text Example


Text Example

HTML Codes & Css Web 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>