#010801

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

Shades of Black Bean #010801

Tints of Black Bean #010801

Color information

#010801 (or 0x010801) is unknown color: approx Black Bean. HEX triplet: 01, 08 and 01. RGB value is (1,8,1). Sum of RGB (Red+Green+Blue) = 1+8+1=10 (1% of max value = 765). Red value is 1 (0.78% from 255 or 10% from 10); Green value is 8 (3.52% from 255 or 80% from 10); Blue value is 1 (0.78% from 255 or 10% from 10); Max value from RGB is 8 - color contains mainly: green. Hex color #010801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010801 is #FEF7FE. Grayscale: #050505. Windows color (decimal): -16709631 or 67585. OLE color: 67585.

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

Color convert

RGB181-
CMYK0.8800.880.97
HSL120º77.78%1.76%-
HSV(B)120º87.5%3.14%-
XYZ0.10.180.06-
YUV5.11125.68125.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 10%
GREEN value IS 8 (3.52% from 255) = 80%
BLUE value IS 1 (0.78% from 255) = 10%
R=10%
G=80%
B=10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal1810.8800.880.9712077.781.76
Hex1815805861784e2
Octal110113001301411701162
Binary11000110110000101100011000011111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010801; }

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

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

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

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

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

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

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

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