#010700

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

Shades of Black Bean #010700

Tints of Black Bean #010700

Color information

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

HSL color Cylindrical-coordinate representation of color #010700: hue angle of 111.43º 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 #010700 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.97.

Color convert

RGB170-
CMYK0.86010.97
HSL111.43º100%1.37%-
HSV(B)111.43º100%2.75%-
XYZ0.090.160.03-
YUV4.41125.51125.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 12.5%
GREEN value IS 7 (3.12% from 255) = 87.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=12.5%
G=87.5%
B=0%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal1700.86010.97111.431001.37
Hex17056064616f641
Octal17012601441411571441
Binary111101010110011001001100001110111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010700; }

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

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

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

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

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

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

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

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