#001301

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

Shades of Black Bean #001301

Tints of Black Bean #001301

Color information

#001301 (or 0x001301) is unknown color: approx Black Bean. HEX triplet: 00, 13 and 01. RGB value is (0,19,1). Sum of RGB (Red+Green+Blue) = 0+19+1=20 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 20); Green value is 19 (7.81% from 255 or 95% from 20); Blue value is 1 (0.78% from 255 or 5% from 20); Max value from RGB is 19 - color contains mainly: green. Hex color #001301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001301 is #FFECFE. Grayscale: #0B0B0B. Windows color (decimal): -16772351 or 70400. OLE color: 70400.

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

Color convert

RGB0191-
CMYK100.950.93
HSL123.16º100%3.73%-
HSV(B)123.16º100%7.45%-
XYZ0.240.470.11-
YUV11.27122.21119.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 19 (7.81% from 255) = 95%
BLUE value IS 1 (0.78% from 255) = 5%
R=0%
G=95%
B=5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal0191100.950.93123.161003.73
Hex01316405F5D7b644
Octal023114401371351731444
Binary0100111110010001011111101110111110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001301; }

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

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

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

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

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

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

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

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