#011601

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

Shades of Black Bean #011601

Tints of Black Bean #011601

Color information

#011601 (or 0x011601) is unknown color: approx Black Bean. HEX triplet: 01, 16 and 01. RGB value is (1,22,1). Sum of RGB (Red+Green+Blue) = 1+22+1=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 22 (8.98% from 255 or 91.67% from 24); Blue value is 1 (0.78% from 255 or 4.17% from 24); Max value from RGB is 22 - color contains mainly: green. Hex color #011601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011601 is #FEE9FE. Grayscale: #0D0D0D. Windows color (decimal): -16706047 or 71169. OLE color: 71169.

HSL color Cylindrical-coordinate representation of color #011601: hue angle of 120º 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 #011601 is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.91.

Color convert

RGB1221-
CMYK0.9500.950.91
HSL120º91.3%4.51%-
HSV(B)120º95.45%8.63%-
XYZ0.30.580.13-
YUV13.33121.04119.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.17%
GREEN value IS 22 (8.98% from 255) = 91.67%
BLUE value IS 1 (0.78% from 255) = 4.17%
R=4.17%
G=91.67%
B=4.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal12210.9500.950.9112091.34.51
Hex11615F05F5B785b5
Octal126113701371331701335
Binary1101101101111101011111101101111110001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011601; }

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

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

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

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

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

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

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

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