#011002

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

Shades of Black Bean #011002

Tints of Black Bean #011002

Color information

#011002 (or 0x011002) is unknown color: approx Black Bean. HEX triplet: 01, 10 and 02. RGB value is (1,16,2). Sum of RGB (Red+Green+Blue) = 1+16+2=19 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.26% from 19); Green value is 16 (6.64% from 255 or 84.21% from 19); Blue value is 2 (1.17% from 255 or 10.53% from 19); Max value from RGB is 16 - color contains mainly: green. Hex color #011002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011002 is #FEEFFD. Grayscale: #090909. Windows color (decimal): -16707582 or 135169. OLE color: 135169.

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

Color convert

RGB1162-
CMYK0.9400.870.94
HSL124º88.24%3.33%-
HSV(B)124º93.75%6.27%-
XYZ0.210.380.12-
YUV9.92123.53121.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 5.26%
GREEN value IS 16 (6.64% from 255) = 84.21%
BLUE value IS 2 (1.17% from 255) = 10.53%
R=5.26%
G=84.21%
B=10.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal11620.9400.870.9412488.243.33
Hex11025E0575E7c583
Octal120213601271361741303
Binary1100001010111100101011110111101111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011002; }

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

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

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

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

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

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

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

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