#011602

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

Shades of Black Bean #011602

Tints of Black Bean #011602

Color information

#011602 (or 0x011602) is unknown color: approx Black Bean. HEX triplet: 01, 16 and 02. RGB value is (1,22,2). Sum of RGB (Red+Green+Blue) = 1+22+2=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 22 (8.98% from 255 or 88% from 25); Blue value is 2 (1.17% from 255 or 8% from 25); Max value from RGB is 22 - color contains mainly: green. Hex color #011602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011602 is #FEE9FD. Grayscale: #0D0D0D. Windows color (decimal): -16706046 or 136705. OLE color: 136705.

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

Color convert

RGB1222-
CMYK0.9500.910.91
HSL122.86º91.3%4.51%-
HSV(B)122.86º95.45%8.63%-
XYZ0.310.580.15-
YUV13.44121.54119.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4%
GREEN value IS 22 (8.98% from 255) = 88%
BLUE value IS 2 (1.17% from 255) = 8%
R=4%
G=88%
B=8%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal12220.9500.910.91122.8691.34.51
Hex11625F05B5B7b5b5
Octal126213701331331731335
Binary11011010101111101011011101101111110111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011602; }

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

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

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

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

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

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

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

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