#011702

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

Shades of Black Bean #011702

Tints of Black Bean #011702

Color information

#011702 (or 0x011702) is unknown color: approx Black Bean. HEX triplet: 01, 17 and 02. RGB value is (1,23,2). Sum of RGB (Red+Green+Blue) = 1+23+2=26 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.85% from 26); Green value is 23 (9.38% from 255 or 88.46% from 26); Blue value is 2 (1.17% from 255 or 7.69% from 26); Max value from RGB is 23 - color contains mainly: green. Hex color #011702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011702 is #FEE8FD. Grayscale: #0E0E0E. Windows color (decimal): -16705790 or 136961. OLE color: 136961.

HSL color Cylindrical-coordinate representation of color #011702: hue angle of 122.73º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011702 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.91.

Color convert

RGB1232-
CMYK0.9600.910.91
HSL122.73º91.67%4.71%-
HSV(B)122.73º95.65%9.02%-
XYZ0.330.620.16-
YUV14.03121.21118.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.85%
GREEN value IS 23 (9.38% from 255) = 88.46%
BLUE value IS 2 (1.17% from 255) = 7.69%
R=3.85%
G=88.46%
B=7.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal12320.9600.910.91122.7391.674.71
Hex11726005B5B7b5c5
Octal127214001331331731345
Binary11011110110000001011011101101111110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011702; }

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

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

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

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

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

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

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

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