#011101

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

Shades of Black Bean #011101

Tints of Black Bean #011101

Color information

#011101 (or 0x011101) is unknown color: approx Black Bean. HEX triplet: 01, 11 and 01. RGB value is (1,17,1). Sum of RGB (Red+Green+Blue) = 1+17+1=19 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.26% from 19); Green value is 17 (7.03% from 255 or 89.47% from 19); Blue value is 1 (0.78% from 255 or 5.26% from 19); Max value from RGB is 17 - color contains mainly: green. Hex color #011101 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011101 is #FEEEFE. Grayscale: #0A0A0A. Windows color (decimal): -16707327 or 69889. OLE color: 69889.

HSL color Cylindrical-coordinate representation of color #011101: hue angle of 120º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #011101 is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.93.

Color convert

RGB1171-
CMYK0.9400.940.93
HSL120º88.89%3.53%-
HSV(B)120º94.12%6.67%-
XYZ0.220.410.1-
YUV10.39122.7121.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 5.26%
GREEN value IS 17 (7.03% from 255) = 89.47%
BLUE value IS 1 (0.78% from 255) = 5.26%
R=5.26%
G=89.47%
B=5.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal11710.9400.940.9312088.893.53
Hex11115E05E5D78594
Octal121113601361351701314
Binary1100011101111001011110101110111110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011101; }

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

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

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

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

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

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

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

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