#010501

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

Shades of Black Bean #010501

Tints of Black Bean #010501

Color information

#010501 (or 0x010501) is unknown color: approx Black Bean. HEX triplet: 01, 05 and 01. RGB value is (1,5,1). Sum of RGB (Red+Green+Blue) = 1+5+1=7 (0% of max value = 765). Red value is 1 (0.78% from 255 or 14.29% from 7); Green value is 5 (2.34% from 255 or 71.43% from 7); Blue value is 1 (0.78% from 255 or 14.29% from 7); Max value from RGB is 5 - color contains mainly: green. Hex color #010501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010501 is #FEFAFE. Grayscale: #030303. Windows color (decimal): -16710399 or 66817. OLE color: 66817.

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

Color convert

RGB151-
CMYK0.8000.800.98
HSL120º66.67%1.18%-
HSV(B)120º80%1.96%-
XYZ0.070.120.05-
YUV3.35126.67126.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 14.29%
GREEN value IS 5 (2.34% from 255) = 71.43%
BLUE value IS 1 (0.78% from 255) = 14.29%
R=14.29%
G=71.43%
B=14.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal1510.8000.800.9812066.671.18
Hex151500506278431
Octal15112001201421701031
Binary110111010000010100001100010111100010000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010501; }

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

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

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

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

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

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

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

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