Html Css Color HEX #000701 Black Bean

📋 copy color: '#000701'

red 0 ◦ green 7 ◦ blue 1

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

Shades of Black Bean #000701

Tints of Black Bean #000701

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 7 (3.13% from 255) = 87.5%

 BLUE value IS 1 (0.78% from 255) = 12.5%

R = 0%
G = 87.5%
B = 12.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.86

 K value IS 0.97

RGB Variations

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

Color information

#000701 (or 0x000701) is known color: Black Bean. HEX triplet: 00, 07 and 01. RGB value is (0,7,1). Sum of RGB (Red+Green+Blue) = 0+7+1=8 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 8); Green value is 7 (3.12% from 255 or 87.5% from 8); Blue value is 1 (0.78% from 255 or 12.5% from 8); Max value from RGB is 7 - color contains mainly: green. Hex color #000701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000701 is #FFF8FE. Grayscale: #040404. Windows color (decimal): -16775423 or 67328. OLE color: 67328.

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

Color convert

RGB 0 7 1 -
CMYK 1 0 0.86 0.97
HSL 128.57º 1% 0.01% -
HSV(B) 128.57º 1% 0.03% -
XYZ 0.08 0.15 0.05 -
YUV 4.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 0 7 1 1 0 0.86 0.97 128.57 1 0.01
Hex 0 7 1 64 0 56 61 81 64 1
Octal 0 7 1 144 0 126 141 201 144 1
Binary 0 111 1 1100100 0 1010110 1100001 10000001 1100100 1

Color Harmonies of #000701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000701

Black with #000701

Text Example


Text Example

White with #000701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000701; }

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

 H1.HeaderClassName
 {
   color: #000701;
 }
 .AnyTagClassName
 {
   color: #000701;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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