#001B01

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

Shades of Black Bean #001B01

Tints of Black Bean #001B01

Color information

#001B01 (or 0x001B01) is unknown color: approx Black Bean. HEX triplet: 00, 1B and 01. RGB value is (0,27,1). Sum of RGB (Red+Green+Blue) = 0+27+1=28 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 28); Green value is 27 (10.94% from 255 or 96.43% from 28); Blue value is 1 (0.78% from 255 or 3.57% from 28); Max value from RGB is 27 - color contains mainly: green. Hex color #001B01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001B01 is #FFE4FE. Grayscale: #101010. Windows color (decimal): -16770303 or 72448. OLE color: 72448.

HSL color Cylindrical-coordinate representation of color #001B01: hue angle of 122.22º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B01 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.89.

Color convert

RGB0271-
CMYK100.960.89
HSL122.22º100%5.29%-
HSV(B)122.22º100%10.59%-
XYZ0.40.790.16-
YUV15.96119.55116.61-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 27 (10.94% from 255) = 96.43%
BLUE value IS 1 (0.78% from 255) = 3.57%
R=0%
G=96.43%
B=3.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal0271100.960.89122.221005.29
Hex01B164060597a645
Octal033114401401311721445
Binary0110111110010001100000101100111110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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