#000601

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

Shades of Black Bean #000601

Tints of Black Bean #000601

Color information

#000601 (or 0x000601) is unknown color: approx Black Bean. HEX triplet: 00, 06 and 01. RGB value is (0,6,1). Sum of RGB (Red+Green+Blue) = 0+6+1=7 (0% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 7); Green value is 6 (2.73% from 255 or 85.71% from 7); Blue value is 1 (0.78% from 255 or 14.29% from 7); Max value from RGB is 6 - color contains mainly: green. Hex color #000601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000601 is #FFF9FE. Grayscale: #030303. Windows color (decimal): -16775679 or 67072. OLE color: 67072.

HSL color Cylindrical-coordinate representation of color #000601: hue angle of 130º 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 #000601 is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.98.

Color convert

RGB061-
CMYK100.830.98
HSL130º100%1.18%-
HSV(B)130º100%2.35%-
XYZ0.070.130.05-
YUV3.64126.51125.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 6 (2.73% from 255) = 85.71%
BLUE value IS 1 (0.78% from 255) = 14.29%
R=0%
G=85.71%
B=14.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal061100.830.981301001.18
Hex061640536282641
Octal06114401231422021441
Binary0110111001000101001111000101000001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000601; }

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

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

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

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

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

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

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

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