#001F01

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

Shades of Black Bean #001F01

Tints of Black Bean #001F01

Color information

#001F01 (or 0x001F01) is unknown color: approx Black Bean. HEX triplet: 00, 1F and 01. RGB value is (0,31,1). Sum of RGB (Red+Green+Blue) = 0+31+1=32 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 32); Green value is 31 (12.5% from 255 or 96.88% from 32); Blue value is 1 (0.78% from 255 or 3.12% from 32); Max value from RGB is 31 - color contains mainly: green. Hex color #001F01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001F01 is #FFE0FE. Grayscale: #121212. Windows color (decimal): -16769279 or 73472. OLE color: 73472.

HSL color Cylindrical-coordinate representation of color #001F01: hue angle of 121.94º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F01 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB0311-
CMYK100.970.88
HSL121.94º100%6.08%-
HSV(B)121.94º100%12.16%-
XYZ0.50.980.19-
YUV18.31118.23114.94-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 31 (12.5% from 255) = 96.88%
BLUE value IS 1 (0.78% from 255) = 3.12%
R=0%
G=96.88%
B=3.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal0311100.970.88121.941006.08
Hex01F164061587a646
Octal037114401411301721446
Binary0111111110010001100001101100011110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001F01; }

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

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

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

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

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

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

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

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