#000501

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

Shades of Black Bean #000501

Tints of Black Bean #000501

Color information

#000501 (or 0x000501) is unknown color: approx Black Bean. HEX triplet: 00, 05 and 01. RGB value is (0,5,1). Sum of RGB (Red+Green+Blue) = 0+5+1=6 (0% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 6); Green value is 5 (2.34% from 255 or 83.33% from 6); Blue value is 1 (0.78% from 255 or 16.67% from 6); Max value from RGB is 5 - color contains mainly: green. Hex color #000501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000501 is #FFFAFE. Grayscale: #030303. Windows color (decimal): -16775935 or 66816. OLE color: 66816.

HSL color Cylindrical-coordinate representation of color #000501: hue angle of 132º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000501 is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.98.

Color convert

RGB051-
CMYK100.800.98
HSL132º100%0.98%-
HSV(B)132º100%1.96%-
XYZ0.060.110.05-
YUV3.05126.84125.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 5 (2.34% from 255) = 83.33%
BLUE value IS 1 (0.78% from 255) = 16.67%
R=0%
G=83.33%
B=16.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal051100.800.981321000.98
Hex051640506284641
Octal05114401201422041441
Binary0101111001000101000011000101000010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000501; }

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

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

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

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

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

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

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

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