#010702

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

Shades of Black Bean #010702

Tints of Black Bean #010702

Color information

#010702 (or 0x010702) is unknown color: approx Black Bean. HEX triplet: 01, 07 and 02. RGB value is (1,7,2). Sum of RGB (Red+Green+Blue) = 1+7+2=10 (1% of max value = 765). Red value is 1 (0.78% from 255 or 10% from 10); Green value is 7 (3.12% from 255 or 70% from 10); Blue value is 2 (1.17% from 255 or 20% from 10); Max value from RGB is 7 - color contains mainly: green. Hex color #010702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010702 is #FEF8FD. Grayscale: #040404. Windows color (decimal): -16709886 or 132865. OLE color: 132865.

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

Color convert

RGB172-
CMYK0.8600.710.97
HSL130º75%1.57%-
HSV(B)130º85.71%2.75%-
XYZ0.10.160.08-
YUV4.64126.51125.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 10%
GREEN value IS 7 (3.12% from 255) = 70%
BLUE value IS 2 (1.17% from 255) = 20%
R=10%
G=70%
B=20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal1720.8600.710.97130751.57
Hex1725604761824b2
Octal17212601071412021132
Binary111110101011001000111110000110000010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010702; }

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

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

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

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

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

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

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

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