#001101

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

Shades of Black Bean #001101

Tints of Black Bean #001101

Color information

#001101 (or 0x001101) is unknown color: approx Black Bean. HEX triplet: 00, 11 and 01. RGB value is (0,17,1). Sum of RGB (Red+Green+Blue) = 0+17+1=18 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 18); Green value is 17 (7.03% from 255 or 94.44% from 18); Blue value is 1 (0.78% from 255 or 5.56% from 18); Max value from RGB is 17 - color contains mainly: green. Hex color #001101 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001101 is #FFEEFE. Grayscale: #0A0A0A. Windows color (decimal): -16772863 or 69888. OLE color: 69888.

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

Color convert

RGB0171-
CMYK100.940.93
HSL123.53º100%3.33%-
HSV(B)123.53º100%6.67%-
XYZ0.210.40.1-
YUV10.09122.87120.8-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 17 (7.03% from 255) = 94.44%
BLUE value IS 1 (0.78% from 255) = 5.56%
R=0%
G=94.44%
B=5.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal0171100.940.93123.531003.33
Hex01116405E5D7c643
Octal021114401361351741443
Binary010001111001000101111010111011111100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001101; }

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

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

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

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

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

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

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

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