#001401

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

Shades of Black Bean #001401

Tints of Black Bean #001401

Color information

#001401 (or 0x001401) is unknown color: approx Black Bean. HEX triplet: 00, 14 and 01. RGB value is (0,20,1). Sum of RGB (Red+Green+Blue) = 0+20+1=21 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 21); Green value is 20 (8.20% from 255 or 95.24% from 21); Blue value is 1 (0.78% from 255 or 4.76% from 21); Max value from RGB is 20 - color contains mainly: green. Hex color #001401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001401 is #FFEBFE. Grayscale: #0B0B0B. Windows color (decimal): -16772095 or 70656. OLE color: 70656.

HSL color Cylindrical-coordinate representation of color #001401: hue angle of 123º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001401 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB0201-
CMYK100.950.92
HSL123º100%3.92%-
HSV(B)123º100%7.84%-
XYZ0.260.50.11-
YUV11.85121.87119.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 20 (8.20% from 255) = 95.24%
BLUE value IS 1 (0.78% from 255) = 4.76%
R=0%
G=95.24%
B=4.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal0201100.950.921231003.92
Hex01416405F5C7b644
Octal024114401371341731444
Binary0101001110010001011111101110011110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001401; }

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

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

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

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

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

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

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

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